Countifs formula
Hi Team reaching out for some help again, i need a countifs formula to count all the high priority actions (Priority column) that are currently either not started or ongoing (Status column)
Thanks in advance
Best Answer
-
Hi @Hobo ,
You can use this formula. The formula will count rows where priority is high and status is not completed.
=COUNTIFS(Priority:Priority, "High", Status:Status, <> "Completed")
Thanks,
Aravind
Reach out for any help on licenses, configuration, or training
Answers
-
Hi @Hobo ,
You can use this formula. The formula will count rows where priority is high and status is not completed.
=COUNTIFS(Priority:Priority, "High", Status:Status, <> "Completed")
Thanks,
Aravind
Reach out for any help on licenses, configuration, or training
-
Thanks worked perfectly!!
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!