Referencing sheet names in formula

acarter12078

New Member
Joined
Apr 2, 2023
Messages
2
Office Version
  1. 365
Platform
  1. MacOS
Hi.
I have a summary sheet that is bringing in values from 131 different worksheets.
At the moment the few totals I have are referenced manually by typing in the sheet reference in the formula.
=HBH!$G$41 (sheet name HBH and the total is in cell G41)

In my summary page I have the sheet reference listed (in this case its cell C10)

I can't seem to get a sheet reference to work in the formula.
In total I need to bring across 700+ references so don't want to do it manually.

any help would be appreciated.

thanks
adam
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hi welcome to the forum!

You could use the INDIRECT() function for that - for example:
Excel Formula:
=INDIRECT("'"&C10&"'!$G$41")

You should note that this comes with some downsides, not least that it's a volatile function and it's overuse may cause your workbook to bog down.
 
Upvote 0
Solution
Hi welcome to the forum!

You could use the INDIRECT() function for that - for example:
Excel Formula:
=INDIRECT("'"&C10&"'!$G$41")

You should note that this comes with some downsides, not least that it's a volatile function and it's overuse may cause your workbook to bog down.
thats great thank you. it works great and so dar doesn't seem to have bogged down the sheet.
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,581
Members
449,089
Latest member
Motoracer88

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