Can I reference a sheet name in a formula

JimOTBC

New Member
Joined
Sep 7, 2017
Messages
1
Hi,

I'm not overly sure how to explain this. I am creating a spreadsheet which has multiple sheets which has a summary sheet at the front which gathers data from all the different tabs. What is becoming a pain is having to rename the formulas to point to a particular tab, so, my question is, can I have a list of the sheetnames which I can then point the formula to, I will try and show this as below:

ABCDE
1SheetListAreaDayCost
2Item1=cell A2 on sheet Item1=cell f45 on sheet Item1<strike></strike>=cell h45 on sheet Item1<strike></strike>
3Item2=cell A2 on sheet Item2=cell f45 on sheet Item2=cell h45 on sheet Item2
4Item3=cell A2 on sheet Item3=cell f45 on sheet Item3=cell h45 on sheet Item3
<strike></strike>

<tbody>
</tbody>

So in C2 the formula would be =Item1!A2, what I am trying to avoid is to have to rewrite loads of times. Is there a way for example....and excuse me for being dumb of writing something like =(what ever is written in B2)!A2

Does that make any sense?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
If B2 contains this string: Item1!
then in C2 your formula would be: =INDIRECT(B2&"A2")
 
Upvote 0

Forum statistics

Threads
1,214,426
Messages
6,119,414
Members
448,895
Latest member
omarahmed1

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