Read Worksheet CodeName into a Formula?

USNA91

New Member
Joined
Mar 21, 2024
Messages
38
Office Version
  1. 365
Platform
  1. Windows
Is there any way to READ the Code Name of a worksheet (Sheet11, for example) into a formula in Excel?

I don't need to write to the Code Name or otherwise manipulate it; I just need to pull it out as a string and then yank out the numerical portion, all without VBA.

Thanks!
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
See if this helps: SHEET function - Microsoft Support

Upon testing, this returns the sheet position, not the number in the name of the sheet. Below, my sheets are ordered: Sheet1, Sheet3, Sheet2, Sheet4.
Book1
AB
11Sheet1
23Sheet2
32Sheet3
44Sheet4
Sheet1
Cell Formulas
RangeFormula
A1A1=SHEET("Sheet1")
A2A2=SHEET("Sheet2")
A3A3=SHEET("Sheet3")
A4A4=SHEET("Sheet4")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,103
Messages
6,123,107
Members
449,096
Latest member
provoking

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