Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Phil Hageman
 
Posts: n/a
Default Formula in Chart Title

I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the date is
located in cell J1. What would the formula be?
Thanks, Phil
  #2   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

In another cell, e.g. J2, enter the formula:

="FORECAST THROUGH " & UPPER(TEXT(J1,"dd mmm yy"))

Select the chart
Type an equal sign, then click on the cell that contains the formula
Press the Enter key
Move and format the text box that contains the title text.

Phil Hageman wrote:
I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the date is
located in cell J1. What would the formula be?
Thanks, Phil



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
Phil Hageman
 
Posts: n/a
Default

Thanks, Debra. Works exactly as needed. Phil

"Debra Dalgleish" wrote:

In another cell, e.g. J2, enter the formula:

="FORECAST THROUGH " & UPPER(TEXT(J1,"dd mmm yy"))

Select the chart
Type an equal sign, then click on the cell that contains the formula
Press the Enter key
Move and format the text box that contains the title text.

Phil Hageman wrote:
I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the date is
located in cell J1. What would the formula be?
Thanks, Phil



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


  #4   Report Post  
Phil Hageman
 
Posts: n/a
Default

Debra,

I see in Chart Options the Chart Title now does not exist. Does this mean
Chart Title cannot hold a formula, and to do so requires a text box? Will
the text box function/act exactly the same as Chart Title?

Phil

"Debra Dalgleish" wrote:

In another cell, e.g. J2, enter the formula:

="FORECAST THROUGH " & UPPER(TEXT(J1,"dd mmm yy"))

Select the chart
Type an equal sign, then click on the cell that contains the formula
Press the Enter key
Move and format the text box that contains the title text.

Phil Hageman wrote:
I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the date is
located in cell J1. What would the formula be?
Thanks, Phil



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


  #5   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

The Chart Title can contain a cell reference so, if you prefer, you can
add a title to the chart and link it to the cell with the formula.

Phil Hageman wrote:
Debra,

I see in Chart Options the Chart Title now does not exist. Does this mean
Chart Title cannot hold a formula, and to do so requires a text box? Will
the text box function/act exactly the same as Chart Title?

Phil

"Debra Dalgleish" wrote:


In another cell, e.g. J2, enter the formula:

="FORECAST THROUGH " & UPPER(TEXT(J1,"dd mmm yy"))

Select the chart
Type an equal sign, then click on the cell that contains the formula
Press the Enter key
Move and format the text box that contains the title text.

Phil Hageman wrote:

I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the date is
located in cell J1. What would the formula be?
Thanks, Phil



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



  #6   Report Post  
Phil Hageman
 
Posts: n/a
Default

I moved the text box away from the title area, went to Chart Options/Chart
Title, and typed =K1. That's exactly what came up as a chart title - K1. Is
there something else required to make a reference to a cell work for the
Chart Title. The text box solution is working okay, so plan A is in place.
I'm simply wondering about how to stay within a default mode in chart
construction. I have to hand this chart to "average" users...

"Debra Dalgleish" wrote:

The Chart Title can contain a cell reference so, if you prefer, you can
add a title to the chart and link it to the cell with the formula.

Phil Hageman wrote:
Debra,

I see in Chart Options the Chart Title now does not exist. Does this mean
Chart Title cannot hold a formula, and to do so requires a text box? Will
the text box function/act exactly the same as Chart Title?

Phil

"Debra Dalgleish" wrote:


In another cell, e.g. J2, enter the formula:

="FORECAST THROUGH " & UPPER(TEXT(J1,"dd mmm yy"))

Select the chart
Type an equal sign, then click on the cell that contains the formula
Press the Enter key
Move and format the text box that contains the title text.

Phil Hageman wrote:

I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the date is
located in cell J1. What would the formula be?
Thanks, Phil



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


  #7   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

The formula won't work correctly if you enter it in the Chart Options
dialog box.

Add a title with any text, then close the Chart Options dialog box.
Select the title on the chart
Type an equal sign, then click on cell K1, and press Enter.

Phil Hageman wrote:
I moved the text box away from the title area, went to Chart Options/Chart
Title, and typed =K1. That's exactly what came up as a chart title - K1. Is
there something else required to make a reference to a cell work for the
Chart Title. The text box solution is working okay, so plan A is in place.
I'm simply wondering about how to stay within a default mode in chart
construction. I have to hand this chart to "average" users...

"Debra Dalgleish" wrote:


The Chart Title can contain a cell reference so, if you prefer, you can
add a title to the chart and link it to the cell with the formula.

Phil Hageman wrote:

Debra,

I see in Chart Options the Chart Title now does not exist. Does this mean
Chart Title cannot hold a formula, and to do so requires a text box? Will
the text box function/act exactly the same as Chart Title?

Phil

"Debra Dalgleish" wrote:



In another cell, e.g. J2, enter the formula:

="FORECAST THROUGH " & UPPER(TEXT(J1,"dd mmm yy"))

Select the chart
Type an equal sign, then click on the cell that contains the formula
Press the Enter key
Move and format the text box that contains the title text.

Phil Hageman wrote:


I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the date is
located in cell J1. What would the formula be?
Thanks, Phil


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #8   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Formula in Chart Title

debra, phil...
perfect question, perfect anwser (should be in Excel Help!)
thank you both.
and you did it back in 2005! it's now 2007.
some 25 yrs ago i persuaded my parents to buy microsoft (they'd never heard
of it)... oh boy!!!
thanks again,
helen
london

"Debra Dalgleish" wrote:

The formula won't work correctly if you enter it in the Chart Options
dialog box.

Add a title with any text, then close the Chart Options dialog box.
Select the title on the chart
Type an equal sign, then click on cell K1, and press Enter.

Phil Hageman wrote:
I moved the text box away from the title area, went to Chart Options/Chart
Title, and typed =K1. That's exactly what came up as a chart title - K1. Is
there something else required to make a reference to a cell work for the
Chart Title. The text box solution is working okay, so plan A is in place.
I'm simply wondering about how to stay within a default mode in chart
construction. I have to hand this chart to "average" users...

"Debra Dalgleish" wrote:


The Chart Title can contain a cell reference so, if you prefer, you can
add a title to the chart and link it to the cell with the formula.

Phil Hageman wrote:

Debra,

I see in Chart Options the Chart Title now does not exist. Does this mean
Chart Title cannot hold a formula, and to do so requires a text box? Will
the text box function/act exactly the same as Chart Title?

Phil

"Debra Dalgleish" wrote:



In another cell, e.g. J2, enter the formula:

="FORECAST THROUGH " & UPPER(TEXT(J1,"dd mmm yy"))

Select the chart
Type an equal sign, then click on the cell that contains the formula
Press the Enter key
Move and format the text box that contains the title text.

Phil Hageman wrote:


I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the date is
located in cell J1. What would the formula be?
Thanks, Phil


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


  #9   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,979
Default Formula in Chart Title

You're welcome! Thanks for checking the newsgroup archives to find the
answer that you needed.

helen a wrote:
debra, phil...
perfect question, perfect anwser (should be in Excel Help!)
thank you both.
and you did it back in 2005! it's now 2007.
some 25 yrs ago i persuaded my parents to buy microsoft (they'd never heard
of it)... oh boy!!!
thanks again,
helen
london

"Debra Dalgleish" wrote:


The formula won't work correctly if you enter it in the Chart Options
dialog box.

Add a title with any text, then close the Chart Options dialog box.
Select the title on the chart
Type an equal sign, then click on cell K1, and press Enter.

Phil Hageman wrote:

I moved the text box away from the title area, went to Chart Options/Chart
Title, and typed =K1. That's exactly what came up as a chart title - K1. Is
there something else required to make a reference to a cell work for the
Chart Title. The text box solution is working okay, so plan A is in place.
I'm simply wondering about how to stay within a default mode in chart
construction. I have to hand this chart to "average" users...

"Debra Dalgleish" wrote:



The Chart Title can contain a cell reference so, if you prefer, you can
add a title to the chart and link it to the cell with the formula.

Phil Hageman wrote:


Debra,

I see in Chart Options the Chart Title now does not exist. Does this mean
Chart Title cannot hold a formula, and to do so requires a text box? Will
the text box function/act exactly the same as Chart Title?

Phil

"Debra Dalgleish" wrote:




In another cell, e.g. J2, enter the formula:

="FORECAST THROUGH " & UPPER(TEXT(J1,"dd mmm yy"))

Select the chart
Type an equal sign, then click on the cell that contains the formula
Press the Enter key
Move and format the text box that contains the title text.

Phil Hageman wrote:



I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the date is
located in cell J1. What would the formula be?
Thanks, Phil

--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #10   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Help me with the rite server

hi

i am new to excel so can anyone direct me to the group for starters

my focus area is marcos and other applications for finance.

"helen a" <helen wrote in message
...
debra, phil...
perfect question, perfect anwser (should be in Excel Help!)
thank you both.
and you did it back in 2005! it's now 2007.
some 25 yrs ago i persuaded my parents to buy microsoft (they'd never
heard
of it)... oh boy!!!
thanks again,
helen
london

"Debra Dalgleish" wrote:

The formula won't work correctly if you enter it in the Chart Options
dialog box.

Add a title with any text, then close the Chart Options dialog box.
Select the title on the chart
Type an equal sign, then click on cell K1, and press Enter.

Phil Hageman wrote:
I moved the text box away from the title area, went to Chart
Options/Chart
Title, and typed =K1. That's exactly what came up as a chart title -
K1. Is
there something else required to make a reference to a cell work for
the
Chart Title. The text box solution is working okay, so plan A is in
place.
I'm simply wondering about how to stay within a default mode in chart
construction. I have to hand this chart to "average" users...

"Debra Dalgleish" wrote:


The Chart Title can contain a cell reference so, if you prefer, you can
add a title to the chart and link it to the cell with the formula.

Phil Hageman wrote:

Debra,

I see in Chart Options the Chart Title now does not exist. Does this
mean
Chart Title cannot hold a formula, and to do so requires a text box?
Will
the text box function/act exactly the same as Chart Title?

Phil

"Debra Dalgleish" wrote:



In another cell, e.g. J2, enter the formula:

="FORECAST THROUGH " & UPPER(TEXT(J1,"dd mmm yy"))

Select the chart
Type an equal sign, then click on the cell that contains the formula
Press the Enter key
Move and format the text box that contains the title text.

Phil Hageman wrote:


I want a chart title to say: FORCAST THROUGH 26 SEP 05. Where the
date is
located in cell J1. What would the formula be?
Thanks, Phil


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



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
Pasting Objects into Chart title and Axis title Sam Charts and Charting in Excel 1 June 6th 05 08:50 PM
formula for a seating chart M Zahedi Excel Discussion (Misc queries) 0 March 18th 05 02:07 PM
CHART AxES TITLE yorkielover02 Excel Discussion (Misc queries) 1 February 3rd 05 09:31 PM
Problem with Chart Title Formatting KvnLynch Charts and Charting in Excel 1 January 12th 05 03:15 AM
How to use formula auditing to change upper case to Title Case. ScoobeyDoo Excel Worksheet Functions 1 November 19th 04 06:26 PM


All times are GMT +1. The time now is 06:13 AM.

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"