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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 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!