COUNTIFS Question
Hi all,
I'm working with the formula below -
=COUNTIFS({CXAO JIRA Range 1}, "Open", {CXAO JIRA Range 2}, "Change")
I need to know if it's possible to add multiple criteria for the where "Open" is listed? I need to bring back a count of several statuses Open, Backlog, etc. all while meeting the second criteria" of "Change". I've played with the formula but can't seem to get it to work past the way it's listed.
Thank you!
Best Answer
-
Try something like this...
=COUNTIFS({CXAO JIRA Range 1}, OR(@cell = "Open", @cell = "Backlog"), {CXAO JIRA Range 2}, "Change")
Answers
-
Try something like this...
=COUNTIFS({CXAO JIRA Range 1}, OR(@cell = "Open", @cell = "Backlog"), {CXAO JIRA Range 2}, "Change")
-
Thanks @Paul Newcome - worked like a charm with some additional edits.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!