IF and Vlookup?

  • Thread starter Thread starter Heather
  • Start date Start date
H

Heather

Hi - is there a way to incorporate 1 more IF to this formula? I need to use
this formula but add which kind of currency to it so in cell B4 they choose
which kind and then I need it to go look up specific to that currency in the
other tab

=IF(A17="","",VLOOKUP(A17,'PN Source Code'!$A$1:$F$29,3,FALSE))

B4 (drop down list from above)
USD,EURO,YEN,GBP

PN Source Code tab
Product Name (which is what we are looking for from A17)
USD is column C
EURO is Column D
YEN is Column E
and GBP is Column F
 
If desired, send your file to my address below along with this msg and
a clear explanation of what you want and before/after examples.
 
Thank you, works perfectly :>

Don Guillett said:
Answered using match row and match column within an index formula

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(e-mail address removed)
 
Back
Top