Hi All,
I have a sheet that I use every day that sums up sales based on a ">="&DATE function. I added a column for '25 and it still calculates all the previous years but not '25. The formula is exactly the same only with 2025 vs 2024. The only difference I can see is that the "DATE" now says "Date". Any ideas on what could be causing this not to calculate? All the raw data is correct. Thanks
=IFERROR(SUMIFS(Sales!$N:$N,Sales!$I:$I,B3,Sales!$M:$M,">="&DATE(2024,1,1),Sales!$M:$M,"<="&DATE(2024,12,31)),0)
=IFERROR(SUMIFS(Sales!$N:$N,Sales!$I:$I,B3,Sales!$M:$M,">="&Date(2025,1,1),Sales!$M:$M,"<="&Date(2025,12,31)),0)
Bookmarks