Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a formula to display the File Name in a cell (Say O49) ?
-- Corey .... The Silliest Question is generally the one i forgot to ask. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=CELL("filename")
Go to http://office.microsoft.com/en-us/ex...346271033.aspx "Corey" wrote: Is there a formula to display the File Name in a cell (Say O49) ? -- Corey .... The Silliest Question is generally the one i forgot to ask. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks
Tried that origianlly but only displayed the 'CELL("filename")' as text., Is Ok now Thank You Corey.... "Sheeloo" wrote in message ... =CELL("filename") Go to http://office.microsoft.com/en-us/ex...346271033.aspx "Corey" wrote: Is there a formula to display the File Name in a cell (Say O49) ? -- Corey .... The Silliest Question is generally the one i forgot to ask. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=cell("filename")
will evaluate to the workbook name that was active when excel recalculated. =cell("filename",a1) will return that workbook/worksheet for the cell with the formula. You can visit Chip Pearson's site for a bunch of formulas: http://www.cpearson.com/excel/excelF.htm#FileName ps. The workbook has to be saved at least once. Corey wrote: Is there a formula to display the File Name in a cell (Say O49) ? -- Corey .... The Silliest Question is generally the one i forgot to ask. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display cell contents in a second worksheet file | Excel Discussion (Misc queries) | |||
How do I display custom file properties in a cell | Excel Discussion (Misc queries) | |||
How to display remaining txt file which overflowed MsgBox display? | Excel Discussion (Misc queries) | |||
How do I insert in a cell a link to display a JPG file in window | Setting up and Configuration of Excel | |||
How can I access/display File -> properties in a cell | Excel Discussion (Misc queries) |