I might be missing something basic about formulas, but I have a COUNTIFS formula that counts the number of rows associated with an employees ID and another criteria. It works for all employees except one, who has a numeric ID instead of text. Is this something COUNTIFS just cannot do?
Formula: =COUNTIFS({employee ID on other sheet}, employee ID@row, {other criteria on other sheet}, "criteria")
Example:
Dave: works
Sarah: works
00131851: counts zero
John: works