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
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!