Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I know you can display the full file name and path with the following formula:
=CELL("filename") But how can you display the File name only? The path makes it so long that the actual filename disappears off the sheet! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Robert
See http://www.xldynamic.com/source/xld.xlFAQ0002.html -- Regards Ron de Bruin http://www.rondebruin.nl "robert_manic" wrote in message ... I know you can display the full file name and path with the following formula: =CELL("filename") But how can you display the File name only? The path makes it so long that the actual filename disappears off the sheet! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wed, 11 Oct 2006 09:13:02 -0700, robert_manic
wrote: I know you can display the full file name and path with the following formula: =CELL("filename") But how can you display the File name only? The path makes it so long that the actual filename disappears off the sheet! Try this formula: =MID(CELL("filename"),FIND("[",CELL("filename"))+1, FIND("]",CELL("filename"))-FIND("[",CELL("filename"))-1) --ron |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Did you try in View, Header and footer, User Header, 7th button from
the left? Can it be useful? Bruno |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
making a formula that will display a "word" in multile cells | Excel Worksheet Functions | |||
how to change absolute path to relative path | Excel Worksheet Functions | |||
Look Up and Display set data | Excel Discussion (Misc queries) | |||
How do you display Greek and Russian languages in excel? | Excel Discussion (Misc queries) | |||
Link a cell to another workbook with a different path | Excel Worksheet Functions |