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
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!