Hello
Just wondering if someone could help me with a formula. I need to write a count if formula
Count is Type is Action and Status is not Completed, Decided or Closed. I know how to do on one criteria but how do I add count if not status is not decided or closed.
=COUNTIFS(Type:Type, "Action Item", Status:Status, <>"Completed")
Thanks