Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Using the information for displaying a TAB-name,
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) is there any way to display the FILENAME ONLY? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See
http://www.mcgimpsey.com/excel/formu..._function.html In article , RS wrote: Using the information for displaying a TAB-name, =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) is there any way to display the FILENAME ONLY? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you for the link.
"JE McGimpsey" wrote: See http://www.mcgimpsey.com/excel/formu..._function.html In article , RS wrote: Using the information for displaying a TAB-name, =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) is there any way to display the FILENAME ONLY? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
From Bob Phillips
File path, file and worksheet name: =CELL("filename",A1) File path only: =LEFT(CELL("filename",A1),FIND("[",CELL("filename",A1),1)-1) File name only: =MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1) The sheet name: =MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255 Gord Dibben MS Excel MVP On Wed, 22 Nov 2006 08:42:02 -0800, RS wrote: Using the information for displaying a TAB-name, =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) is there any way to display the FILENAME ONLY? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
is it possible to make a spreadsheet display '0' when negative | Excel Worksheet Functions | |||
How do I display colour on my EXCEL spreadsheet? | Excel Worksheet Functions | |||
Insert value of a cell as a filename | Excel Worksheet Functions | |||
Data Filter - Not all rows in spreadsheet will display in Autofilt | Excel Worksheet Functions | |||
Combine & Display “Fixed” & “Automatically Updated” Date Parts | Excel Worksheet Functions |