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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -