SUMIFS function with ability to return blank if cell is blank
I am trying to establish a formula that will SUMIFS when multiple criteria is met yet when there is none of the criteria is met, leave cell blank. The formula that I have used in the past included the "IFERROR" function yet it doesn't work
=IFERROR(SUMIFS({Battery Scorecard Raw Data 2}, {Location}, "Richmond, KY", {Wk}, "35"), "")
Best Answer
-
=IFERROR(if(SUMIFS({Battery Scorecard Raw Data 2}, {Location}, "Richmond, KY", {Wk}, "35") =0, "", SUMIFS({Battery Scorecard Raw Data 2}, {Location}, "Richmond, KY", {Wk}, "35")),"")
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
=IFERROR(if(SUMIFS({Battery Scorecard Raw Data 2}, {Location}, "Richmond, KY", {Wk}, "35") =0, "", SUMIFS({Battery Scorecard Raw Data 2}, {Location}, "Richmond, KY", {Wk}, "35")),"")
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
It worked perfectly! Thanks Mark!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!