M
Myrna Larson
I'm not sure I understand what you want to sum, but I"ll assume it's column C, and that you put
the earlier date in K1 and the later date in K2. The following single formula will give you the
total of column C for dates in column A that are between the dates in K1 and K2, inclusive on
both ends.
=SUMIF(A2:A1456,">="&K1,C2:C1456)-SUMIF(A2:A1456,">"&K2,C2:C1456)
the earlier date in K1 and the later date in K2. The following single formula will give you the
total of column C for dates in column A that are between the dates in K1 and K2, inclusive on
both ends.
=SUMIF(A2:A1456,">="&K1,C2:C1456)-SUMIF(A2:A1456,">"&K2,C2:C1456)