=" " 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!!!
Help Article Resources
Categories
Check out the Formula Handbook template!