SUMIFS() formula showing unexpected results.
Hi
I just tested and found out that if I am keeping the Status field blank, then the SUMIFS() function is not processing that row. I have pasted below -- the Summary cell formula, and the results coming in both the scenarios:
Sheet summary formula
=SUMIFS(Amount:Amount, [Due date]:[Due date], <=(TODAY() + 7), Status:Status, <>"Paid")
Scenario 1 results (Status field was blank here):
Scenario 2 results (Status field was not blank here):
Any clues please?
Thanks
Best Answers
-
Hi
You can add an OR to your second criterion to say include rows where Status doesn't equal "Paid" or is blank
=SUMIFS(Amount:Amount, [Due Date]:[Due Date], <=(TODAY() + 7), Status:Status, OR(@cell = "", @cell <> "Paid"))
-
Thanks a lot, @KPH ! It worked!
Answers
-
Hi
You can add an OR to your second criterion to say include rows where Status doesn't equal "Paid" or is blank
=SUMIFS(Amount:Amount, [Due Date]:[Due Date], <=(TODAY() + 7), Status:Status, OR(@cell = "", @cell <> "Paid"))
-
Thanks a lot, @KPH ! It worked!
-
Happy I could help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!