Convert String to Function Reference

V

ViestaWu

Cell D23's value is "$C$2", I want to use Function "Cell" to get the content
of cell C2. =Cell("centents", D23) but the result is "$C$2" instead of its
content. Is there any way that can help me convert string $C$2 to reference
C2?
 
C

carlo

Cell D23's value is "$C$2", I want to use Function "Cell" to get the content
of cell C2. =Cell("centents", D23) but the result is "$C$2" instead of its
content. Is there any way that can help me convert string $C$2 to reference
C2?

try

=indirect(D23)

hth

Carlo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top