*schnett wrote...
...
First, *ALWAYS* use the *quote* buttons in excelforum to reply t
messages. Even if you then delete all the quoted material, you wil
have retained the thread's Subject. Google Groups archive doesn'
keep threads together when subject lines change (modulo adding 'Re:
at the beginning). Post Reply buttons in excelforum doesn'
automatically default the Subject to the thread's original subject
which is BAD, so don't use that button.
File name only
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,
FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)
-1)
I have an additional question. How do I use file name only >withou
the extension of ".xls" ?
Change the formula to
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,
FIND(".xls]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),
1)-1)