Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
This is wonderful for using "OFFSET" for a Dynamic Range Name
for a Chart "Data Range"...http://processtrends.com/pg_dynamic_charts.htm Thank you again Kelly O'Day. It includes, for the X-Axis Dynamic Range Name... "Refers to:" --- =OFFSET(dyn_ranges!$A$2,0,0,COUNTA(dyn_ranges!$A$A )-1) Currently, I'm using Column A to receive several Ranges for Charts from Access Automation. The...COUNTA(dyn_ranges!$A$A) will Count Entries in Column A from Cell $A$2 down. Other than separating the Ranges...IE.. For Chart 1...Columns A:B --- COUNTA(dyn_ranges!$A$A) For Chart 2...Columns C:D --- COUNTA(dyn_ranges!$C$C) For Chart 1...Columns E:F --- COUNTA(dyn_ranges!$E$E) For Chart 1...Columns G:H --- COUNTA(dyn_ranges!$G$G) ....Is there a way to COUNTA(dyn_ranges!$A$A) - "Down x" number of Rows?? TIA - Bob http://processtrends.com/pg_dynamic_charts.htm From the URL directly above We want to setup our chart so that it automatically updates as we add additional weeks of flow data. We do this by creating dynamic range names that expand as we add data. The Dynamic Expanding Range - For the X-Axis The Define Name window appears. We add "Week" in Name box and enter an Offset formula in the Refers to box to define our dynamic range name. The general offset formula is: = Offset(start cell, rows offset, cols offset, number of rows, number of cols) "Refers to:" --- =OFFSET(dyn_ranges!$A$2,0,0,COUNTA(dyn_ranges!$A$A )-1) -- RN = week |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unchecking "Extend data range formats" is not workingfor row shading | Excel Discussion (Misc queries) | |||
Array as a "named range" - formula ok in cells, but error as "named range" | Excel Discussion (Misc queries) | |||
Dynamic Range with Function "AND" | Excel Discussion (Misc queries) | |||
How can I make a range "dynamic"? | Excel Worksheet Functions | |||
using a "variable" in range names | Excel Discussion (Misc queries) |