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 GP| Delivery Manager
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
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 GP| Delivery Manager
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
Thanks worked perfectly!!
Help Article Resources
Categories
Check out the Formula Handbook template!