Sum based on the status of a check box
Hello!
I have found another discussion on this topic, but it didn't quite get me where I needed.
For the Sheet Summary data, we are looking to see the total of all of the kits needed and to have this number continue to reflect the "current" need as lines get marked complete ... so we only want it to count lines that are NOT checked as Complete. Sum of Kit #1, without anything marked as Complete.
Link to my test sheet is here: https://app.smartsheet.com/b/publish?EQBCT=2a8f00cc49eb4021916f06af91e28095
Thank you in advance for the assistance!
Best Answer
-
Hi @Nancy Heater ,
I corrected the formula in your test sheet. You need to use SUMIFS looking for the Complete range to be 0, or unchecked.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Nancy Heater ,
I corrected the formula in your test sheet. You need to use SUMIFS looking for the Complete range to be 0, or unchecked.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
=SUMIFS([Kit #1]:[Kit #1], Complete:Complete, @cell = 0
@Mark Cronk - thank you, thank you, thank you!!! I have been stumped on this for days!
EDIT - I tried this in another sheet and found I had to also put the Complete in brackets:
=SUMIFS([Kit #1]:[Kit #1], [Complete]:[Complete], @cell = 0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!