开发者

formula within formula getting CELL/MATCH

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

ple开发者_Go百科ase help!


try using this syntax

=ADDRESS(MATCH("what you are vlooking up",B1:B30,0),2)


Yes you can use the excel "Cell" function.

Something like the following:

Cell("address",VLOOKUP("your vlookup parameters"))

You can find additional information about the cell function here.

Enjoy!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜