compare 2 columns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Excel 2003, need to compare column B on spreadsheet 1 to column C on
spreadsheet 2 and get results if a match is found. In column B the name
Betty appears, I want to know if it appears anywhere in column C on the other
spreadsheet.
 
Something like this maybe:

=IF(COUNTIF(Sheet2!$C$1:$C$8,B1)>0,B1 & " Found on Sheet2!","")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top