How to make a cell reference in a formula equal a cell with the same name as a different sheet in the same wokrbook

alex13392

New Member
Joined
Jun 26, 2014
Messages
3
Hi guys,

So here is my problem. Im looking to make a summary sheet from my workbook highlighting key values from all the different sheets.
What i want to do is use a formula to quickly get data from a different sheet that has the same name as the cell in my summary sheet.

To explain properly ill give an example:

Summary Sheet

ABC
1
2Sheet NameAimFormula i want to use
3Orange=Orange!A1=A4!A1
4Purple
5Blue

<tbody>
</tbody>

So essentially i want to click and drag down the formula in C3 so it automatically gets the data from Purple!A1 and Blue!A1. Make Sense?

If anyone could provide me with formula i should put into C3 to make it easy it would make my life much easier!

Thanks
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Hi, try:

=INDIRECT("'"&A4&"'!A1")
 
Upvote 0

Forum statistics

Threads
1,215,777
Messages
6,126,835
Members
449,343
Latest member
DEWS2031

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