Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
i have a workbook that has a sheet for each year of data. We want to create
a rolling 15 month chart that graphs the trend over 15 months starting with the specified month. The problem is that the information is on two different sheets and Excel doesn't like that. Is there anyway around this without creating a summary sheet to include both year's info? thanks! -- JNW |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
http://peltiertech.com/Excel/ChartsH...iffSheets.html
- Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "JNW" wrote in message ... i have a workbook that has a sheet for each year of data. We want to create a rolling 15 month chart that graphs the trend over 15 months starting with the specified month. The problem is that the information is on two different sheets and Excel doesn't like that. Is there anyway around this without creating a summary sheet to include both year's info? thanks! -- JNW |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
In addition to Jon's explanation, Microsoft provides a macro approach:
http://support.microsoft.com/kb/213351/en-us -- John Mansfield http://cellmatrix.net "Jon Peltier" wrote: http://peltiertech.com/Excel/ChartsH...iffSheets.html - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "JNW" wrote in message ... i have a workbook that has a sheet for each year of data. We want to create a rolling 15 month chart that graphs the trend over 15 months starting with the specified month. The problem is that the information is on two different sheets and Excel doesn't like that. Is there anyway around this without creating a summary sheet to include both year's info? thanks! -- JNW |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Like most MSDN macros, it's not very efficient. It also only combines
discontiguous data from one sheet, rather than multiple sheets. The approach cannot be extended to multiple sheets, because it uses a single range to include the discontiguous areas. It is possible to define 3D ranges that incorporate cells from adjacent sheets, and worksheet functions can use these ranges. A 3D range is not a valid entry for a chart, however. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "John Mansfield" wrote in message ... In addition to Jon's explanation, Microsoft provides a macro approach: http://support.microsoft.com/kb/213351/en-us -- John Mansfield http://cellmatrix.net "Jon Peltier" wrote: http://peltiertech.com/Excel/ChartsH...iffSheets.html - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "JNW" wrote in message ... i have a workbook that has a sheet for each year of data. We want to create a rolling 15 month chart that graphs the trend over 15 months starting with the specified month. The problem is that the information is on two different sheets and Excel doesn't like that. Is there anyway around this without creating a summary sheet to include both year's info? thanks! -- JNW |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to link data from one source sheet to multiple sheets | Excel Worksheet Functions | |||
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA | Excel Worksheet Functions | |||
Same Data source for Multiple Pivots | Excel Discussion (Misc queries) | |||
Help with Looking up data in multiple sheets | Excel Worksheet Functions | |||
Pivot Table data source "data source contains no visible tables" | Excel Worksheet Functions |