Thread: IF and Vlookup?
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default IF and Vlookup?

Answered using match row and match column within an index formula

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Don Guillett" wrote in message
...
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.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Heather" wrote in message
...
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