Matching Data

A

Alex Hammerstein

Hi

I have two sheets in a single workbook

I want to look up where data in sheet 1 Column A matches the data and sheet
2 Column A and where there is a match bring the relevant data from Sheet 2
Column H and place it into Column H on Sheet 1.

I think this is a Lookup, but cannot get the syntax right.

Any help much appreciated
thanks

Alex
 
R

RonaldoOneNil

In cell H1 on Sheet 1 put the following formula, adjusting the lookup range
accordingly and then copy down

=VLOOKUP(A1,'Sheet 2'!A1:H200,8,FALSE)
 

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

Top