Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I am using Excel 2003. I have a dynamic line-column chart that shows the
current 13 months worth of data. Each month, when new data is added, the oldest month drops off the chart and the new month is included. One data series is displayed as a column in the chart and 2 data series are displayed as lines. Is there a way to include the last data value for each data series in the legend next to the legend text for each? I would prefer the data value in the legend rather than as data labels in the chart. Thanks for any help you can provide. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
You could use a formula in a cell, like =A1&" "&TEXT(B1,"$0.00") to build a
custom label, then use this new cell as your series name. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "pbrenny" wrote in message ... I am using Excel 2003. I have a dynamic line-column chart that shows the current 13 months worth of data. Each month, when new data is added, the oldest month drops off the chart and the new month is included. One data series is displayed as a column in the chart and 2 data series are displayed as lines. Is there a way to include the last data value for each data series in the legend next to the legend text for each? I would prefer the data value in the legend rather than as data labels in the chart. Thanks for any help you can provide. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Thanks Jon! I used your suggestion and took it one step further. I entered
the formula =OFFSET($C$1,COUNTA(C:C)-0,0) into cell B1 to return the last value in the data column. Now when my data is updated the chart and the legend are both updated. "Jon Peltier" wrote: You could use a formula in a cell, like =A1&" "&TEXT(B1,"$0.00") to build a custom label, then use this new cell as your series name. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "pbrenny" wrote in message ... I am using Excel 2003. I have a dynamic line-column chart that shows the current 13 months worth of data. Each month, when new data is added, the oldest month drops off the chart and the new month is included. One data series is displayed as a column in the chart and 2 data series are displayed as lines. Is there a way to include the last data value for each data series in the legend next to the legend text for each? I would prefer the data value in the legend rather than as data labels in the chart. Thanks for any help you can provide. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why do I lose legend labels when updating chart data? | Charts and Charting in Excel | |||
How can I place the legend next to the data point on a chart? | Charts and Charting in Excel | |||
Hide series names for unused data from chart legend | Charts and Charting in Excel | |||
Implementing a Label with certain data in Chart | Charts and Charting in Excel | |||
Possible to add second data label to pie chart? | Charts and Charting in Excel |