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
- Smartsheet Customer Resources
- 62.3K Get Help
- 361 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!