View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kevin W[_2_] Kevin W[_2_] is offline
external usenet poster
 
Posts: 19
Default vlookup question - bring in all values?

I believe vlookup is set to bring in the first match in the range. But is it
possible to bring in all matches and display them in a list separated by
commas? So:

A Yellow
B Red
C Green
B Blue
D Purple
B Orange
E Black

Input into D1 =+vlookup("B",A1:B7,2,FALSE) will retrieve "Red."

Is there a formula to use that will bring in (Red, Blue, Orange) - all into
D1?? Thanks