I have a small worksheet for an example 3 columns,6 rowss
col a1=1 a2=1 a3=1 a4=2 a5=2 a6=2
col b1=1 b2=2 b3=3 b4=1 b5=2 b6=3
col c1=1 c2=1 c3=1 c4=1 c5=2 c6=2
my vlookup formula in column D =vlookup(c1,$a$1:$b$10,2,false),"")
returns all 1's in col d1 through d6.....it's returning first value it finds from col B
the values in col b are not always numbers.......was wondering if there was an index match that might work
Thanks Everybody
col a1=1 a2=1 a3=1 a4=2 a5=2 a6=2
col b1=1 b2=2 b3=3 b4=1 b5=2 b6=3
col c1=1 c2=1 c3=1 c4=1 c5=2 c6=2
my vlookup formula in column D =vlookup(c1,$a$1:$b$10,2,false),"")
returns all 1's in col d1 through d6.....it's returning first value it finds from col B
the values in col b are not always numbers.......was wondering if there was an index match that might work
Thanks Everybody