Forum Discussion
liverlarson
Sep 18, 2020Brass Contributor
workbook and sheet name via formula
I have a standard header I put on almost every excel workbook I create I have been using for years. It includes several standard items, including Workbook name and Worksheet name, which are extracted...
- Sep 18, 2020
Afraid for Excel Online that's only with Office Script, there are properties getName both for workbook and worksheet.
VBA and related functions don't work in Excel Online.
Patrick2788
Jul 22, 2023Silver Contributor
An alternative to fetch sheet name (365, desktop version only):
=TEXTAFTER(CELL("filename"),"]")
Jan_Wijninckx
Jul 23, 2023Brass Contributor
Wow Patrick, very elegant. However that doesn't work in Excel in SharePoint.