i am doing a vlookup
of some value
is it possible to get the address of where that value was found?
are there any other ways besides match
and cell
?
i do thank you for your answers. but for some reason i am doing this:
=cell("address",VLOOKUP(B2,Component!A:F,6,FALSE))
and this is not working
i also tried:
=address(match(b2,Component!A:F,0))
and this did not work either
please help!