Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default How to change the way a formula displays in your chart??

I have a chart that I've created. The X-axis lables look like this:

29 6 13 20 27
October

I would like to put an average underneath "October." I have a row that
calculates averages for each month. I have been able to go in and manually
add a hard return to my "October" title so that it shows up like this:

October
(4.2)

I created the following formula to have that average automate itself, so I
don't have to manually change the averages of the data for each month. The
formula looks like this (my average is in cell D2).

="October"&"("D2&")

However, this shows up like this:

October(4.2)

How do I write the formula to add a hard return so that the "4.2" is
centered underneath the "October"?

Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default How to change the way a formula displays in your chart??

Alignment depends on the alignment of the text element. The line feed uses
CHAR(10):

="October"&CHAR(10)&"("&D2&")"

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Judi" wrote in message
...
I have a chart that I've created. The X-axis lables look like this:

29 6 13 20 27
October

I would like to put an average underneath "October." I have a row that
calculates averages for each month. I have been able to go in and
manually
add a hard return to my "October" title so that it shows up like this:

October
(4.2)

I created the following formula to have that average automate itself, so I
don't have to manually change the averages of the data for each month.
The
formula looks like this (my average is in cell D2).

="October"&"("D2&")

However, this shows up like this:

October(4.2)

How do I write the formula to add a hard return so that the "4.2" is
centered underneath the "October"?

Thank you!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default How to change the way a formula displays in your chart??

Thank you so much, once again! You did the trick! Now to figuring out how
to add a footer to a chart ~ and do it on all charts at the same time (when
all the charts are on different spreadsheets :/ ).

"Jon Peltier" wrote:

Alignment depends on the alignment of the text element. The line feed uses
CHAR(10):

="October"&CHAR(10)&"("&D2&")"

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Judi" wrote in message
...
I have a chart that I've created. The X-axis lables look like this:

29 6 13 20 27
October

I would like to put an average underneath "October." I have a row that
calculates averages for each month. I have been able to go in and
manually
add a hard return to my "October" title so that it shows up like this:

October
(4.2)

I created the following formula to have that average automate itself, so I
don't have to manually change the averages of the data for each month.
The
formula looks like this (my average is in cell D2).

="October"&"("D2&")

However, this shows up like this:

October(4.2)

How do I write the formula to add a hard return so that the "4.2" is
centered underneath the "October"?

Thank you!




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
Chart formula style depends on number of sheets.... [email protected] Charts and Charting in Excel 1 December 5th 06 02:55 PM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Cannot change a formula Richard F Excel Discussion (Misc queries) 1 January 18th 05 01:57 AM


All times are GMT +1. The time now is 10:22 AM.

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

About Us

"It's about Microsoft Excel"