D
Dennis
I have two columns... in one column, i have a list of
dates. in the other column, i have a $ amount.
I want to use the sumif function to sum the $ amounts
only if the date's month = a certain month.
I've tried doing sumif(arrayA, month(array) = 8, arrayB)
but that doesn't seem to work.
Thanks in advance.
dates. in the other column, i have a $ amount.
I want to use the sumif function to sum the $ amounts
only if the date's month = a certain month.
I've tried doing sumif(arrayA, month(array) = 8, arrayB)
but that doesn't seem to work.
Thanks in advance.