Need formula to read list of sheet names

djl0525

Well-known Member
Joined
Dec 11, 2004
Messages
1,240
On sheet named List, I have the following entries in A5:A7.
Ex 12.1.1 Create PivotTables, (p. 462)
Ex 12.1.2 Format a PivotTable, (p. 466)
Ex 12.1.3 Change PivotTable Fields, (p. 467)

I have sheet names that correspond to the numeric references in these entries.
12.1.1
12.1.2
12.1.3

On the List sheet, I have formulas in column C.
='12.1.1'!D3
='12.1.2'!D3
='12.1.3'!D3

I need up modify this formula so it captures the sheet name from my entries (12.1.1, 12.1.2, 12.1.3, etc.). Then I can copy it to many rows in column C.

Any assistance will be appreciated.

DJ
 
Last edited:

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Put the following formula in C5 and see if it works.

=INDIRECT(TRIM(MID(SUBSTITUTE(A5," ",REPT(" ",100)),100,100))&"!D3")
 
Upvote 0

Forum statistics

Threads
1,214,599
Messages
6,120,449
Members
448,966
Latest member
DannyC96

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