Home > OS >  Google Sheets - SUMIFS using date ranges as criteria shows wrong values
Google Sheets - SUMIFS using date ranges as criteria shows wrong values

Time:06-27

I am creating a financial overview tool in which I want to make sums of income/costs/profit - all summarised based on the month of the year in which those business cases were finished.

I ran into a problem with the SUMIFS formula not showing a correct value. Some months show correct value using a first formula, some only using the second, etc.

Table wrong

If instead I change the March function to: SUMIFS(input!G3:G200;input!M3:M200;">"&DATE(2022;2;28);input!M3:M200;"<"&DATE(2022;4;1))

Table wrigt

The result gets corrected as it should.

  • Related