Chart title variable

G

Gene Augustin

I have a Horizontal Bar chart. I want the title to be a text variable that
is on the underlying worksheet. Is this possible?

The worksheet cell contains =100*LF & "% LEARNING FACTOR"

That cell has the name "TITLE"

Gene
 
R

Rasoul Khoshravan

I have a Horizontal Bar chart. I want the title to be a text variable that
is on the underlying worksheet. Is this possible?

The worksheet cell contains   =100*LF & "% LEARNING FACTOR"

That cell has the name "TITLE"

Gene

You can enter a title for your chart in step 3 of 4 of chart option,
in Titles tab first box is Chart title.
I don't think it will accept a cell reference.
 
D

Dave Curtis

Hi,

You can link a chart title to a cell by first giving them any old name via
the chart dialog box. Then click each to get into edit mode, then, in the
formula bar, enter =Sheet1!A1, or whever the text resides. It works with a
named range too, so in your case =Sheet1!Title will work.
You can do the same for the axis titles too.

Dave
 
J

Jon Peltier

You need to prefix the name with the sheet on which it resides:

=Sheet1!TITLE

- Jon
 

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