I am trying to use a COUNTIFS statement that looks at a Sheet and counts rows that contain a Column with specific text (Names, first and last) and a column that is a Date. I'm writing this formula in its own sheet. The sheet contains a list of 70 names and my formula will use that cell to reference that in the first IF statement. I have that working. When I add the second statement, to look for a DATE in the column I get the "#Incorrect Argument" error. Any suggestions would be appreciated.
Formulas I have tried are:
=COUNTIFS({Range 1}, =[Primary Column]@row, {Range 2}, @cell <> "")
=COUNTIFS({Range 1}, =[Primary Column]@row, {Range 2}, ISDATE(@cell) = 1)