Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default How do I display a formula calculation in plot area of a chart?

I want to add a text box in the chart that returns the value from a formula
that was entered on the data page. The formula value is not related to any
series value.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 103
Default How do I display a formula calculation in plot area of a chart?

WiseGuyOne:

You need to build your text expression in a cell, then insert that
expression to the chart.

First, to build your text expression:

1. Select your cell
2. Enter = first to let Excel =know you are adding a formula
3. You can now enter text within quotes and cell values .. here's an
example
=" Yesterdays average temperature was " & sheet1!$a$3
Note that the & is used to add elements to your text string
4. If you need to format your cell value, use something like
Text(sheet1!$a$3, "0.0%")

Second: Once you have your text string working the way you want

1. Select your chart
2. Type = in formula bar
3. Select cell with text string
4. Press enter
5. Unselect chart

The text string should now be on your chart. Move it to desired location,
format as needed.

When the formula value changes, the text string will update.

Kelly

http://processtrends.com



"WiseGuyOne" wrote in message
...
I want to add a text box in the chart that returns the value from a formula
that was entered on the data page. The formula value is not related to any
series value.



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
How do you show plot area only-no chart area SteveOz Charts and Charting in Excel 1 September 19th 07 10:06 AM
Resize plot area in a chart area Darlene Excel Discussion (Misc queries) 0 July 10th 06 02:50 PM
How to increase chart area without affecting plot area? [email protected] Charts and Charting in Excel 2 April 21st 06 09:05 PM
is it possible two different colours in a chart plot area ? nasrev Charts and Charting in Excel 4 October 22nd 05 05:07 PM
Resize chart area without resizing plot area Janwillem van Dijk Charts and Charting in Excel 2 August 2nd 05 01:52 AM


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

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"