fboehlandt
Active Member
- Joined
- Sep 9, 2008
- Messages
- 334
Hi everyone
I would like to check if a specific name in a column of consecutive names has appeared already. The below formula does exactly what I am looking for:
=IF(ISERROR(MATCH(T2,$T$1:T1,0)),"","Existing Member")
when copied to the last cell adjacent to the column containing the names. There are roughly 75000 names to check so performance becomes an issue. Is there any more efficient way to do this besides using MATCH?
Thanks
I would like to check if a specific name in a column of consecutive names has appeared already. The below formula does exactly what I am looking for:
=IF(ISERROR(MATCH(T2,$T$1:T1,0)),"","Existing Member")
when copied to the last cell adjacent to the column containing the names. There are roughly 75000 names to check so performance becomes an issue. Is there any more efficient way to do this besides using MATCH?
Thanks