Lets say I have a worksheet consisting of 3 columns and 3 rows
row a1=NY row a2 =Tex row a3 =Tex
row b1=1 row b2=2 row b3 =3
row c1=Tex c2=Fla row c3= NY
my question is I would like to use a vlookup or match or an idex formula in D1 to return multiple values
if I use vlookup(c1,a1:b3,2,false) in col d1 i get the results 2 ( the first value it finds)
I would like a formula showing the Tex value from the entire range in one cell so in d1 the results would be 2,3
Is it possible.......Thanks everybody
row a1=NY row a2 =Tex row a3 =Tex
row b1=1 row b2=2 row b3 =3
row c1=Tex c2=Fla row c3= NY
my question is I would like to use a vlookup or match or an idex formula in D1 to return multiple values
if I use vlookup(c1,a1:b3,2,false) in col d1 i get the results 2 ( the first value it finds)
I would like a formula showing the Tex value from the entire range in one cell so in d1 the results would be 2,3
Is it possible.......Thanks everybody