So I have to sum a column with dates Jan-Dec.
But I only sum to the last month, so today I would sum all the numbers in rows Jan-Nov - there is data in all cells Jan-Dec
Currently we manually adjust the formula, is there any way I could automatically sum the correct range by using offset or by instructing of the current month?
Thanks
=SUMIF(A:A,"<" & TODAY()-DAY(NOW()),B:B)