Thread: IF and Vlookup?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Heather Heather is offline
external usenet poster
 
Posts: 148
Default IF and Vlookup?

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