Hi, I'm trying to make Metrics sheet which I would like to calculate the number of tasks of each person by name and also their past due tasks I did some formulas but they seem to be #INVALID
Below are the formulas I did for tasks :
=COUNTIFS({Name of other sheet Range 1}, FIND("Name", @cell) > 0)
Formula I did for past due tasks :
=COUNTIFS({Name of other sheet Range 1}, FIND("Name", @cell) > 0, {Name of other sheet Range 3}, "In Progress", {Name of other sheet Range 2}, "Yes")