Another lookup question

  • Thread starter Thread starter Southern at Heart
  • Start date Start date
S

Southern at Heart

I got great help the last time, and here's an easier question:
I have 2 sheets, sheet1 and sheet2, both are like a database, with the first
column containing the ID Key that links them.
I need sheet1:column B to refence column F on sheet2, using the relationship
from sheet1:A to sheet2:A
thanks!
 
I got great help the last time, and here's an easier question:
I have 2 sheets, sheet1 and sheet2, both are like a database, with the first
column containing the ID Key that links them.
I need sheet1:column B to refence column F on sheet2, using the relationship
from sheet1:A to sheet2:A
thanks!

=VLOOKUP(A2,Sheet2!$A$2:$F$1000,6)

Assuming there is a header row in both sheets and that you have 999
rows of data in sheet 2.
 

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