VLOOK UP

  • Thread starter Thread starter Biruzz
  • Start date Start date
B

Biruzz

I have two sheets of data on a excel file. Both the sheets have almost
identical number of names in the A column. Sheet two has an additional
row of data that i need to paste in Sheet one if the names match.
Anybody know the formula.
 
Biruzz

=IF(ISNA(VLOOKUP(A1,Sheet2!$A$1:$B$1000,2,FALSE)),"",VLOOKUP(A1,Sheet2!$A$1:$B$1000,2,FALSE))

This presumes the 2nd sheet is called Sheet2 and the range on that sheet
covers A1:B1000, change as necessary.

I have wrapped it in an ISNA function to return nothing if there is no match

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
www.nickhodge.co.uk
 

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