Convert reference to a cell to showing a value of that cell with a formula

2Took

Board Regular
Joined
Jun 13, 2022
Messages
203
Office Version
  1. 365
Platform
  1. Windows
If I have a cell with a formula that returns reference to a cell address (e.g. formula returns B20), how do I get it to show the contents/value of what is in that cell (B20) instead of just showing literally B20?

For clarity: not talking about copy & paste values.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
If the formula truly just returns "B20", then just surround it in INDIRECT, i.e.
=INDIRECT(formula)
 
Upvote 0
Solution
If the formula truly just returns "B20", then just surround it in INDIRECT, i.e.
=INDIRECT(formula)
For some reason when I try to use =CONCATENATE or & method to add contents of another cell with INDIRECT, it only brings that other cell and nothing from the INDIRECT cell...
Any idea?
 
Upvote 0
For some reason when I try to use =CONCATENATE or & method to add contents of another cell with INDIRECT, it only brings that other cell and nothing from the INDIRECT cell...
Any idea?
I am not sure what you mean.
Please show me exactly how you are trying to use it.
 
Upvote 0
I am not sure what you mean.
Please show me exactly how you are trying to use it.
=INDIRECT(formula) works by itself, but when I am trying to add header cell value like this:

=H13 & INDIRECT(formula)
or
=CONCATENATE(H13, INDIRECT(formula))

It only populates the value from H13
 
Upvote 0
Seems to work just fine for me.
I suspect you have other issues going on.

1665765910250.png
 
Upvote 0

Forum statistics

Threads
1,214,547
Messages
6,120,139
Members
448,948
Latest member
spamiki

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top