Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
As long as the workbook has already been saved, you can use this formula...
=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255) Rick "Bobbin" wrote in message ... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) Note: do not change "filename". Enter the formula exactly as shown. The file must have been saved at least once for this to work. In other words, the file must already exist. A file doesn't exist until it is saved and given a name. -- Biff Microsoft Excel MVP "Bobbin" wrote in message ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get just 1 cell to display it's formulae not whole sheet? | Excel Worksheet Functions | |||
How can I get my Excel 2003 sheet to display cell shading? | Excel Discussion (Misc queries) | |||
display last cell in a column as the sheet is updated | Excel Worksheet Functions | |||
cell display sheet name | Excel Worksheet Functions | |||
How do you display the sheet name in a cell? | Excel Discussion (Misc queries) |