Hello,
I am trying to use the countifs formula to return calculated value based on status of progress and if client field is checked. Below is the formula I am using, however receiving the #unparseable error. Any idea?
The formula works when i have only one condition, however its returning the error when I add the client checkmark column in the equation.
=COUNTIFS(Status:Status, [Task Name]3),([Client]:[Client],=1)