Is it possible to sum one column based on the month and year of values in another? I have tried this:
=SUMIF(G8:G17,"=2002-10",C8:C17)
Without any luck. This will only work when the dates have been entered as the first of the month.
Is there a better way to do this than with SUMIF?
=SUMIF(G8:G17,"=2002-10",C8:C17)
Without any luck. This will only work when the dates have been entered as the first of the month.
Is there a better way to do this than with SUMIF?