formula help
Hey community,
I have this formula: =COUNTIFS({Project Clean Slate Case Management - Status}, OR(@cell = "Application Filed", @cell = "Waiting for Hearing Date", @cell = "Hearing Scheduled"), {Project Clean Slate Case Management Range 6}, (@cell >= TODAY()), {Project Clean Slate Case Management Range 6}, NOT(ISBLANK(@cell)))
I'm trying to mirror the attached image filter for metrics. It's not correctly counting. Where am I off in the formula above?
Thanks!
Best Answer
-
Hi Rebecca,
Try =COUNTIFS({Project Clean Slate Case Management - Status}, OR(@cell = "Application Filed", @cell = "Waiting for Hearing Date", @cell = "Hearing Scheduled"), {Project Clean Slate Case Management Range 6}, AND(@cell >= TODAY(), ISDATE(@cell)))
Confirm ranges and text in quotes are accurate. Hope it works.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi Rebecca,
Try =COUNTIFS({Project Clean Slate Case Management - Status}, OR(@cell = "Application Filed", @cell = "Waiting for Hearing Date", @cell = "Hearing Scheduled"), {Project Clean Slate Case Management Range 6}, AND(@cell >= TODAY(), ISDATE(@cell)))
Confirm ranges and text in quotes are accurate. Hope it works.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
@Mark Cronk Thank you! I had one of the text in quotes incorrectly written so both formulas now work! I love seeing how two slightly different logic thought processes get us to the same place! It helps me figure out other ways to think through it. I appreciate your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!