Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
how do I place the sheet tab name in my spreadsheet by formula?
Excel 2003 |
#2
![]() |
|||
|
|||
![]() "DRHannay" wrote: how do I place the sheet tab name in my spreadsheet by formula? Excel 2003 Try: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) |
#3
![]() |
|||
|
|||
![]()
Alternatively, you could write a one-line function in VBA to do the
same thing, easier: Function SheetName() SheetName = ActiveSheet.Name End Function If this is stored in Personal.XLS where it is always available, you'd call it on your worksheet with: =PERSONAL.XLS!sheetname() Otherwise, if it's stored in the current Workbook (or in an Add-in which you enable), you could call it without the reference to Personal.XLS Chris |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
What would be the formula to add in filename into my spreadsheet? "Paul Moles" wrote: "DRHannay" wrote: how do I place the sheet tab name in my spreadsheet by formula? Excel 2003 Try: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using a relative SHEET reference for source data in a chart | Charts and Charting in Excel | |||
Chart wizard will not place (as object in) graph in same sheet | Excel Worksheet Functions | |||
Copying Specific Values From Sheet | Excel Discussion (Misc queries) | |||
Find a non-blank cell and bring back text a in same row | Excel Worksheet Functions | |||
make an excel worksheet (sheet 2) open w/ the cursor located in t. | Excel Discussion (Misc queries) |