I am having #INCORRECT ARGUMENT SET error message with this COUNTIFS. Please help.
I am trying to Count Client Name column if both criteria are met.
1) Client Experience Manager = "value"
2) Terminated checkbox not CHECKED
=COUNTIFS({Client Name}, {Client Experience Manager}, "Joe Smith", {Terminated Checkbox}, 0)
Any help would be appreciated.
Thank you!