I have searched the excel function documentation and general MSDN search but have been unable to find a way to return the sheet name without VBA.
Is there a way to get the sheet name in an excel formula without needing to resort to VBA?
I have searched the excel function documentation and general MSDN search but have been unable to find a way to return the sheet name without VBA.
Is there a way to get the sheet name in an excel formula without needing to resort to VBA?
For recent versions of Excel, the formula syntax is:
I'm pretty sure you could have Googled this. I just did, and here is the very first thing that came up for me.
The only catch is that you have to save the file for this to work!
Not very good with excel, but I found these here
and
A1
can be any non-error cell in the sheet.For the full path and name of the sheet, use
The below will isolate the sheet name:
I had a module already open so I made a custom function: