=Sheet2!$A$1 from string to formula

N

Niels Govers

Cell A1 in Sheet1 holds the result of a concatenated
string and reads: =Sheet2!$A$1.

How can I make Excel display the value of A1 in sheet 2 in
stead of the formula =Sheet2!$A$1 (as a string)?

Can anyone help?
 
N

Norman Harker

Hi Niels!

Try:
=INDIRECT(A1)

You can build your concatenation within the INDIRECT function.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

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