=" " 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
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!