ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   How do I insert the file name into a chart (without typing it)? (https://www.excelbanter.com/charts-charting-excel/214014-how-do-i-insert-file-name-into-chart-without-typing.html)

Navy Guy

How do I insert the file name into a chart (without typing it)?
 

--
Excel Junkie always looking for formula ideas to more easily crunch data

Dave Curtis[_2_]

How do I insert the file name into a chart (without typing it)?
 
Hi,
One way is to enter the following formula in a spare cell on your sheet, A1,
for instance,

=MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,FIND("]",CELL("filename",A1))-FIND("[",CELL("filename",A1))-1)

which will give you the filename in A1. Then you can reference that cell in
your chart title.

If you have the morefunc add-in, you could just use =FILENAME(FALSE) instead.

Note that the file has to have actually been savedin order to return the
filename in the cell.

Dave


Andy Pope

How do I insert the file name into a chart (without typing it)?
 
Hi,

You could use an embedded textbox linked to a cell. With the cell containing
the formula,

=MID(LEFT(CELL("Filename",A1),FIND("]",CELL("Filename",A1))-1),
FIND("[",CELL("Filename",A1))+1, 255)

the workbook needs to have been saved for this to work.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Navy Guy" wrote in message
...

--
Excel Junkie always looking for formula ideas to more easily crunch data




All times are GMT +1. The time now is 04:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com