Naming a range using text contained in another cell

Nelson31

New Member
Joined
Oct 30, 2018
Messages
5
Hi all!

Very simple question for Excel (not VBA). I have a cell, A1, which contains variable and changing text e.g. "C23".
In cell B1, I would like to refer to the cell address in A1, in this case C23, in another worksheet, Sheet2.

So for a specific known value, I would enter ='Sheet2'!C23 into B1. What do I enter to make this general i.e. whatever the contents of A1 are?

Thanks!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Welcome to the forum.

That's what INDIRECT does:

=INDIRECT("'Sheet2'!"&A1)
 
Upvote 0
Solution

Forum statistics

Threads
1,216,074
Messages
6,128,649
Members
449,462
Latest member
Chislobog

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