address() function

C

carvalho

How can I use the above function in a usefull way, as returning a valueble
ref. to an other function?
 
D

daddylonglegs

You can probably do that using INDIRECT but there's usually a better wa
involving INDEX or MATCH. Can you explain a bit more what you want t
do
 
Top