COUNTIFS with 3 criterias
Hello all,
I'm in need of writing a formula that takes into consideration 3 rows but one of them has values for which I do not care for. So I have Status (Complete, In Progress, Cancelled, Deferred), I have my second criteria which is a Yes/No column and I have my third criteria of values such as Blue, Red, Yellow.
My formula needs to be something like, countifs yellow and blue and when it comes to status I want to emit Cancelled and Deferred. Can anyone provide any ideas how to write?
Thank you
Answers
-
Try this:
=COUNTIFS(Status@row, OR(@cell = "Complete", @cell = "In Progress"), Column2, "Yes", Column3, OR(@cell = "Yellow", @cell = "Blue"))
(I don't know the names of your other columns, so "Column2" is your Yes/No column and "Column3" is your symbol status ball column.)
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 443 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!