View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default create cell reference in formula

=IF(ISERROR(CELL("address",INDIRECT("'"&A3&"'!k37" ))),"",INDIRECT("'"&A3&"'!
k37"))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"J.W. Aldridge" wrote in message
ups.com...
Hi.

I need the following formula to point to cell (I.e. A3) for the name
(John Doe) instead of me putting the whole name itself.

Any advice?

=IF(ISERROR(CELL("address",INDIRECT("'John Doe'!k37"))),"
",INDIRECT("'John Doe'!k37"))



Thanx