K
Kevin W
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
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