Annotating Excel 2007 Chart

abyss478

New Member
Joined
Jul 9, 2009
Messages
3
Hi guys,

I'm trying to add a text box to a chart (in Excel 2007), which refers to a cell in the sheet. I have some calculated numbers (standard deviation & total count) and I'd like to display them on the chart; but I can't seem to figure it out.

Basically, what I'd like to have on the chart is a text box and something like:

"Mean = " = CELL_REFERENCE

Where CELL_REFERENCE is a number I've stored in a cell. Any ideas how to go about doing this?

Any help at all would be greatly appreciated.
Thanks.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Assuming you have chart data in B1:B4 you would calculate the mean using a formula in C1.
Then in D1 you can build the text you want displayed via the linked and embeded textbox.

D1: ="Mean=" & C1

Embed the textbox within the chart. Select the textbox object, then via the formula bar enter the formula

=Sheet1!D1

changing sheet1 to the appropriate sheetname.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top