I'm trying to find a formula that will let me verify the frequency of names on a list on a second list without having to go one by one inserting the text in between "".
I'm currently using =Countif(range of list,"(name of person)". But it's taking me a long time to insert each unique name, and there are over 800 names on the list.
Will appreciate any help.