Good day,
I am trying to write a formula that combines 2 sections for a dashboard. I want to do Assigned to + % Completed. If I do a countif formula that references assigned to only, data populates accurately. But if I do the below formula, I get #INCORRECT ARGUMENT SET.
Whats weird is that this exact same formula on a different metric sheet works as intended, but it won't work now. Can you tell from the images/below formula what I am doing incorrectly?
=COUNTIFS({Weston Team - Tasks | Assigned to}, $[Primary Column]@row, {Weston Team - Tasks | % COMPLETE}, [Column2]$85)