View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
homer homer is offline
external usenet poster
 
Posts: 47
Default Two possible values with a lookup?

Here is what I have:

A B C D
12345 X 9 a
98765 R 3 t
98765 X 4 b
56489 X 7 p

Column B has two options X or R. Through validation and list I have the
ability to choose either X or R in Column B. Some times Column A has
multiple combinations of information.

In another area of the sheet I need to have both the X and R show up. If I
use vlookup the first instance only, is shown.

What can I do?