Can I make a "tab name" the "chart title"? (question on this)

N

ngmail

In this thread, where I got the title of my own thread here from,
http://groups.google.ca/group/micro...513?hl=en&lnk=gst&q=tab+name#674df8d582510513,
Bernard V Liengme's solution seems to work very well. I put the tab
name formula below in the sheet and then referenced it in the chart
title as directed:

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

Seems to work great, at least so far <g>.

The challenge is that though the tab name solution is perfect and I
was able to customize elswhere where I'd used this same formula, I
don't know how to add text so that the chart title is complete.
Elsewhere in Excel, unique text can be added to cell custom formatting
so that together I get a unique title for each column that I used this
procedure on. It's all automatic and I only have to worry about the
text in the tab name. Perfect as it makes life so much easier than
having to duplicate the information in 4 different places.

However, the chart title also requires unique additional custom text
besides the formula since the tab name is only part of what is
needed. The tab name just shows the location and date and doesn't
have any "label". Is there a way to add custom text to the chart in
an easy way, i.e., in this type of structure somehow:

"Title - "{tab name via the formula}

Thanks! :blush:D
 
T

Tushar Mehta

In the cell where you have the formula, modify the formula to ="My Label " &
{existing formula without the leading = sign} & " rest of my label"

--
Tushar Mehta
http://www.tushar-mehta.com
Custom business solutions leveraging a multi-disciplinary approach
In Excel 2007 double-click to format may not work; right click and select
from the menu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top