Posted to microsoft.public.excel.worksheet.functions
|
|
How to display the filename in spreadsheet
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?
|