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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 201 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 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!