View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ricki Miles Ricki Miles is offline
external usenet poster
 
Posts: 19
Default Combining IF with VLOOKUP

I am using Excel 2003. I would like to be able to lookup a value in a list.
What the lookup returns will be determined by whether or not there is an "X"
in one of the columns. For example, it will look up item 123 and if item
123 (in column A) has an "X" in the column beside it, the data returned
will be from columns C and D. If the item does not have an "X" in the
column beside it, the data returned will be from columns E and F. I am not
sure how to string together VLOOKUP with IF.

Thank you,

Ricki