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
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!