Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to make a template that creates a bunch of plots from a data file
of unknown length. In order to do this properly, I need to dynamically set my data series range for the charts. For example my current file plots two series by executing: =SERIES("data",Sheet1!$A$3:$A$35,Sheet2!$A$3:$A$35 ,1) Here I plot the data from Sheet 2:ColumnA:Rows3-35 with respect to the data from Sheet1:ColumnA:Rows3-35. What I really want to do is plot the data from row 3 to row (3 + a number resulting from a formula in another cell). In the original case this number is 32, hence I go to row 35. My first attempt, so you can better see what I mean is: =SERIES("data",Sheet1!$A$3:$A$(3+$B$1),Sheet2!$A$3 :$A$(3+$B$1),1) Here I want to go down to row 3+$B$1 in column A of each sheet. This syntax is invalid. Does anyone know the correct way to do this? Thanks so much! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need a formula to change data result weekly. | Excel Worksheet Functions | |||
What does "Workbook has no bound sheets" mean? | Excel Discussion (Misc queries) | |||
Replace data with the result of a formula | Excel Discussion (Misc queries) | |||
fill series is incorrectly copying result | Excel Worksheet Functions | |||
What does "Workbook has no bound sheets" mean? | Excel Discussion (Misc queries) |