Hello,
I am unsure why this formula is returning #UNPARSEABLE.
=COUNTIFS({Task List - Texas Projects FND Prepare}, @cell = Name@row, OR(({Task List - Texas Projects Agent Status}, @cell = "Red"), ({Task List - Texas Projects PM Status}, @cell = "Red")))
It is supposed to count the number of times a name in the "FND prepare" column matches the referenced name on the sheet, where either the "Agent Status" or "PM Status" columns are red (indicating corrections need to be made). I can get the below (less complex) formula to work no problem, but when I try several variations of the above all of them return errors.
=COUNTIFS({Task List - Texas Projects FND Prepare}, @cell = Name@row, {Task List - Texas Projects Agent Status}, @cell = "Red")
Also attached is a screenshot for reference