excel 2010 - Is there a function that returns its host cell's address? -
how reference cell's own address argument use in function holds.
i want use host cell's address within offset function contained in host cell.
try.
=cell("address") returns:
$a$1 if want pass reference function:
=indirect(cell("address"))
Comments
Post a Comment