Column A: list of names Column B: list of names (not in same order as column A) Column C: text "on time" or " Late" Column D: formula entered here - If name in column A matches name in column B, then count number of times text "on time" is present in column C
I have tried sumif, sumifs, countif, countifs, sumproduct, to no avail. Prefer not to use VBA if at all possible. But will if that is the only solution.