formula

Please help
βββ
=COUNTIFS({MLL Department Range 2}, "Open", {MLL Department Range 4}, "Yes")
I need this equation to change the second part to say not N/A. This is beacuse it needs to count all the locations that have a time EX: 8:00:00 AM and others. I need all the times counted to know how many locations are open
Answers
-
Hi @Please help
In the second part of the formula, add this - {MLL Department Range 4}, <>"N/A"
so your formula might read somewhat like this -
=COUNTIFS({MLL Department Range 2}, "Open", {MLL Department Range 4}, "Yes", ({MLL Department Range 2}, "Open", {MLL Department Range 4}, <>"N/A"))
Try and let me know if this works....
Cheers!!
Ipshita Mukherjee
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!