H
hef
I want to determine the address of a value...
For Example: My goal to realize that the 'd' that corresponds to '14'
is in 'B3' (and then post that 'B3')
a2 10 b2 d
a3 14 b3 d
a4 39 b4 f
c5 14 d5 = vlookup(c5,a2:b4,2,false) ...result 'd'
Now I want to be able to determine the cell was 'b3'
If I use match the result with the original range, I'll end up with the
answer 'b2' not 'b3' ... the result I need...
Thanks!!!
For Example: My goal to realize that the 'd' that corresponds to '14'
is in 'B3' (and then post that 'B3')
a2 10 b2 d
a3 14 b3 d
a4 39 b4 f
c5 14 d5 = vlookup(c5,a2:b4,2,false) ...result 'd'
Now I want to be able to determine the cell was 'b3'
If I use match the result with the original range, I'll end up with the
answer 'b2' not 'b3' ... the result I need...
Thanks!!!