Hi,
I'm using the following SUMIFS formula to calculate a running MTD figure from data in column B based on dates in column J and names in column I:
=SUMIFS('RawRevenueData-(Nov)'!B:B,'RawRevenueData-(Nov)'!J:J,">="&DATE(YEAR(TODAY()),MONTH(TODAY()),1),'RawRevenueData-(Nov)'!I:I,"Federal Projects")-SUMIFS('RawRevenueData-(Nov)'!B:B,'RawRevenueData-(Nov)'!J:J,">"&DATE(YEAR(TODAY()),MONTH(TODAY())+1,1),'RawRevenueData-(Nov)'!I:I,"Federal Projects")
It looks as though it's running a month range rather than hard stops at the end of the month; for example, data in early February is included in today (january's) MTD total.
Anyone have a potential solution?
Thanks!
I'm using the following SUMIFS formula to calculate a running MTD figure from data in column B based on dates in column J and names in column I:
=SUMIFS('RawRevenueData-(Nov)'!B:B,'RawRevenueData-(Nov)'!J:J,">="&DATE(YEAR(TODAY()),MONTH(TODAY()),1),'RawRevenueData-(Nov)'!I:I,"Federal Projects")-SUMIFS('RawRevenueData-(Nov)'!B:B,'RawRevenueData-(Nov)'!J:J,">"&DATE(YEAR(TODAY()),MONTH(TODAY())+1,1),'RawRevenueData-(Nov)'!I:I,"Federal Projects")
It looks as though it's running a month range rather than hard stops at the end of the month; for example, data in early February is included in today (january's) MTD total.
Anyone have a potential solution?
Thanks!