Formula help
I would like to create an equation to count based on specific criteria.
The attached image is my criteria.
Currently my formula is:
=COUNTIFS(CONTAINS("", {Project Clean Slate Case Management Range 1}) + CONTAINS("", {Project Clean Slate Case Management Range 2}) {Project Clean Slate Case Management - Status}, "Waiting on Records") + COUNTIFS({Project Clean Slate Case Management - Status}, "Waiting on Client")
Best Answer
-
So that should be something like this:
=COUNTIFS({Project Clean Slate Case Management Range 1}, ISBLANK(@cell), {Project Clean Slate Case Management Range 2}, ISBLANK(@cell), {Project Clean Slate Case Management - Status}, OR(@cell = "Waiting on Records", @cell = "Waiting on Client"))
Hope it helped!
Answers
-
So that should be something like this:
=COUNTIFS({Project Clean Slate Case Management Range 1}, ISBLANK(@cell), {Project Clean Slate Case Management Range 2}, ISBLANK(@cell), {Project Clean Slate Case Management - Status}, OR(@cell = "Waiting on Records", @cell = "Waiting on Client"))
Hope it helped!
-
THANK YOU!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!