Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 99
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Insert Typing field has disappeared Diamond Girl Excel Discussion (Misc queries) 3 August 28th 08 08:36 AM
Link from Chart File to Data File / Format Problem Brad Bross Charts and Charting in Excel 0 July 31st 08 10:15 PM
typing inside a pasted chart (jpg)?? Harry Excel Discussion (Misc queries) 0 June 29th 06 04:30 PM
insert file name Mark Excel Discussion (Misc queries) 5 May 3rd 05 06:41 PM
insert data into chart Sybil227 Charts and Charting in Excel 2 April 12th 05 02:29 PM


All times are GMT +1. The time now is 12:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"