Lookup problems

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

Guest

Hi
Id appreciate any advice on this lookup issue please.
Basically I have 2 worksheets in a workbook. Both have the same data in
column D, and I would like to set a lookup in Sheet 1, to look into Sheet 2
and where column D data matches in each sheet return the Value from Sheet 2
column H into a new cell in Sheet 1.
Does this make sense? Im sure it should be a simple task, but so far Ive
not had any luck.
Thanks in advance.
 
=IF(ISNA(VLOOKUP(D2,Sheet2!$D$2:$H$20,5,False)),"",VLOOKUP(D2,Sheet2!$D$2:$H
$20,5,False))

and copy down
 

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

Similar Threads

Matching Data 1
What type of "lookup" 3
Scrabble Value calculation for Welsh words 0
Lookup 1
lookup/match mult values 3
Lookup returning wrong results 0
Lookups??? 2
lookups 4

Back
Top