Sumif one of criteria is met - or countif?

NicoleB
✭✭
I have a column of data that I would like to Sum if different criteria are met -
here is an example -
Sumif = x or y or z
Sumif = a or b or c
I'm trying to Sum or count
Tried a few formulas so far
=SUMIFS({INT/EXD - Stage}, "Not Started", or [{INT/EXD
- Stage}, "IDD Started", or {INT/EXD - Stage}, "As - Is
Documentation completed")
I've also tried with Countif and moved the OR around
thanks
Best Answer
-
=COUNTIFS({INT/EXD - Stage}, OR(@cell = "Not Started", @cell = "IDD Started", @cell = "As - Is Documentation completed"))
Answers
-
=COUNTIFS({INT/EXD - Stage}, OR(@cell = "Not Started", @cell = "IDD Started", @cell = "As - Is Documentation completed"))
-
no - I get #unparseableTried it again and it worked! Thanks
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!