Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 67
Default Table within a chart

I have a stacked column chart with data for each month of the year. This
chart is updated monthly. I want to add to the side of the chart a YTD total
that will get automatically updated monthly. Does anyone know how to do this?
Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 67
Default Table within a chart

I forgot to add that I'm using Excel 2003.
--
Catherine


"Catherine" wrote:

I have a stacked column chart with data for each month of the year. This
chart is updated monthly. I want to add to the side of the chart a YTD total
that will get automatically updated monthly. Does anyone know how to do this?
Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3,346
Default Table within a chart

Hi,

In the spreadsheet set up a formula that returns the amount you want. We
don't know anything about your data layout, so lets suppose the formula is in
C2, what ever that formula is.

1. Select the chart.
2. Click the Formula Bar and type = (the equal sign)
3. Click on the cell with the formula, here C2.
4. Press Enter.
5. Drag the text box that was just created anywhere you want on the chart.

Suppose the formula were something like =SUM(A2:A13), you could modify it to
read
="YTD Total: "&C2
this would show on the chart as YTD Total: 123.45 or something similar.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Catherine" wrote:

I have a stacked column chart with data for each month of the year. This
chart is updated monthly. I want to add to the side of the chart a YTD total
that will get automatically updated monthly. Does anyone know how to do this?
Thank you.

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 67
Default Table within a chart

Shane:

This is close to what I want. I had started with text boxes. The cell I want
to reference is in another worksheet so I have in the text box something like

=Referrals!$N$2

This works but I'm having a hard time having the two text boxes align to read:

YTD Referral = 25

with 25 being the formula text box.

I like your idea of having one text box saying YTD Referral = 25. I tried it
using

="YTD Referral ="&Referrals!$N$2

I get an error message. Do you know why? How can I get text withing a formula?

Thank you!

--
Catherine


"Shane Devenshire" wrote:

Hi,

In the spreadsheet set up a formula that returns the amount you want. We
don't know anything about your data layout, so lets suppose the formula is in
C2, what ever that formula is.

1. Select the chart.
2. Click the Formula Bar and type = (the equal sign)
3. Click on the cell with the formula, here C2.
4. Press Enter.
5. Drag the text box that was just created anywhere you want on the chart.

Suppose the formula were something like =SUM(A2:A13), you could modify it to
read
="YTD Total: "&C2
this would show on the chart as YTD Total: 123.45 or something similar.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Catherine" wrote:

I have a stacked column chart with data for each month of the year. This
chart is updated monthly. I want to add to the side of the chart a YTD total
that will get automatically updated monthly. Does anyone know how to do this?
Thank you.

  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 108
Default Table within a chart

Hi Catherine,

I like your idea of having one text box saying YTD Referral = 25. I tried
it
using

="YTD Referral ="&Referrals!$N$2

I get an error message. Do you know why? How can I get text withing a
formula?


You have found one of the limitations of Charts in Excel.

Get around it by putting the formula ="YTD Referral ="&Referrals!$N$2 in a
cell on your sheet
and link the text box to that new cell.

Ed Ferrero
www.edferrero.com

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
Pivot Chart vs Table? Ken Excel Discussion (Misc queries) 0 September 2nd 09 09:00 PM
Embedded Table in Chart scott Excel Discussion (Misc queries) 1 November 8th 06 09:27 PM
How to display a series in chart table and not in the chart? Mani Charts and Charting in Excel 1 February 22nd 06 04:38 PM
Workinggirl: I mean table, not chart. workinggirl Excel Discussion (Misc queries) 1 January 27th 05 09:26 PM
using the PIVOT TABLE and CHART Big Red Excel Discussion (Misc queries) 1 November 29th 04 08:42 PM


All times are GMT +1. The time now is 12:46 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"