How do I display a formula calculation in plot area of a chart?

W

WiseGuyOne

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.
 
K

Kelly O'Day

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
 

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