You are on page 1of 1

EXCEL: BRIGNING MULTIPLE VLOOKUP VALUES

COLUMN A
COLUMN B

COLUMN C: FINAL MULTIPLE VLOOKUP: =IF(A2=A1,C1&", "&B2,B2)


COLUMN D: =A1<>A2

Swap columns so that colors are in column A and names are in column B, and then
sort on the color.

Formula in C2 (copy it down the column): =IF(A2<>A1,B2,C1 & ", " & B2)

Formula in D2 (copy it down the column): =A2<>A3

Filter for "TRUE" on column D to get desired results. See below:

enter image description here

You might also like