Cell Formula Value

T

Tim Caldwell

Is there a formula to show me the formula in another cell? I want to use the
value in one cell in a formula in another cell.

For example,

On Sheet1, cell E15 = "Amoritizations!$U$226"

In cell F15, I want the following = OFFSET(Amoritizations!$U$226,1,0) except
I want to replace "Amoritizations!$U$226" with something like Formula(E15)
where "Formula" is the way to look at the formula value in cell E15.
 
N

Niek Otten

Hi Tim,

Use the INDIRECT() function. Use the function wizard for details

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Is there a formula to show me the formula in another cell? I want to use the
| value in one cell in a formula in another cell.
|
| For example,
|
| On Sheet1, cell E15 = "Amoritizations!$U$226"
|
| In cell F15, I want the following = OFFSET(Amoritizations!$U$226,1,0) except
| I want to replace "Amoritizations!$U$226" with something like Formula(E15)
| where "Formula" is the way to look at the formula value in cell E15.
|
|
 

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