=" " multiples values
how would I enter a formula to count multiple values like ="closed" + "solved" + .... It this even possible, cannot find anything on learning center
Best Answer
-
You would need to incorporate the OR statement as in my previous comment.
=COUNTIFS({PriorPeriod Range 1}, Category@row, {PriorPeriod Range 2}, OR(@cell="solved", @cell = "closed"))
Answers
-
Try something like this...
=COUNTIFS([Column Name]:[Column Name], OR(@cell = "closed", @cell = "solved"))
-
:< Cannot get it to work, formula looks like this =COUNTIFS({PriorPeriod Range 1}, Category@row, {PriorPeriod Range 2}, ="solved"). I wan it to count multiple status' in one formula
-
You would need to incorporate the OR statement as in my previous comment.
=COUNTIFS({PriorPeriod Range 1}, Category@row, {PriorPeriod Range 2}, OR(@cell="solved", @cell = "closed"))
-
That worked, so sorry, I misunderstood. Thank you, thank you!!!
-
Happy to help. 👍️
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!