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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!