Matching names in different excel sheets

Closed
NTP - Aug 6, 2009 at 11:35 AM
Excelguru Posts 261 Registration date Saturday April 11, 2009 Status Member Last seen June 21, 2011 - Aug 10, 2009 at 06:17 AM
Hello,
I have two excel sheets with names which I would like to match (some have more names than others). Can you give me a formula to do this?
Related:

1 response

Excelguru Posts 261 Registration date Saturday April 11, 2009 Status Member Last seen June 21, 2011 307
Aug 10, 2009 at 06:17 AM
Hello NTP use countif(rangetocheck, "=" & A1) to check for a name in A1 in Rangetocheck.Rangetocheck

Rangetocheck should be locked. example sheet2!$a$1:$A$100
0