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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!