Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an Excel application that returns relevant data into a table
that has a set number of columns but the rows may vary. I have a corresponding graph based on the results. The problem is when the number of rows returned is more or less than the original, so my graph is incomplete. Presently the 'source' data for the graph reads y1 axis =Report!$C$7:$C$12 y2 axis =Report!$B$7:$B$12 x axis labels; =Report!$A$7:$A$12 This graphs fine if I have exactly 6 rows of data, but if I have more the chart does not recognize these. How would I program this so the chart knows to expand or contract based on the number of rows with live data? Thank you, Tony B |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use dynamic named ranges for you data, and use that names as the data
sources. For some examples on dynamic named ranges you may check: http://www.ozgrid.com/Excel/DynamicRanges.htm Hope this helps, Miguel. " wrote: I have an Excel application that returns relevant data into a table that has a set number of columns but the rows may vary. I have a corresponding graph based on the results. The problem is when the number of rows returned is more or less than the original, so my graph is incomplete. Presently the 'source' data for the graph reads y1 axis =Report!$C$7:$C$12 y2 axis =Report!$B$7:$B$12 x axis labels; =Report!$A$7:$A$12 This graphs fine if I have exactly 6 rows of data, but if I have more the chart does not recognize these. How would I program this so the chart knows to expand or contract based on the number of rows with live data? Thank you, Tony B |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you Identify text as a named range in excel | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
creating function (vba) with range arguments | Excel Worksheet Functions | |||
Can I use named range in data range box when creating pie chart? | Charts and Charting in Excel | |||
Match function...random search? | Excel Worksheet Functions |