Ulrik Willemoes
New Member
I am looking for a way to easily generate a series of names for some dynamic ranges.
For instance I want to define these dynamic ranges for later use in charts:
KPI_1 = OFFSET(KPI,1,3,1,MTH)
KPI_2 = OFFSET(KPI,2,3,1,MTH)
KPI_3 = OFFSET(KPI,3,3,1,MTH)
KPI_4 = OFFSET(KPI,4,3,1,MTH)
KPI_5 = OFFSET(KPI,5,3,1,MTH)
.
.
KPI_50 = OFFSET(KPI,50,3,1,MTH)
'KPI' is just a named starting point for the offset.
'MTH' is just a named range containing the dynamic width of the range.
As you can see it is only the row number that varies in the ranges.
When I have 50 KPIs, it takes a while to define all the ranges in the normal way, or by means of the name manager addin I have.
So, therefore I am wondering if there is a way of importing/generating the formulas? For instance from a list in excel?
Brgds,
Ulrik
For instance I want to define these dynamic ranges for later use in charts:
KPI_1 = OFFSET(KPI,1,3,1,MTH)
KPI_2 = OFFSET(KPI,2,3,1,MTH)
KPI_3 = OFFSET(KPI,3,3,1,MTH)
KPI_4 = OFFSET(KPI,4,3,1,MTH)
KPI_5 = OFFSET(KPI,5,3,1,MTH)
.
.
KPI_50 = OFFSET(KPI,50,3,1,MTH)
'KPI' is just a named starting point for the offset.
'MTH' is just a named range containing the dynamic width of the range.
As you can see it is only the row number that varies in the ranges.
When I have 50 KPIs, it takes a while to define all the ranges in the normal way, or by means of the name manager addin I have.
So, therefore I am wondering if there is a way of importing/generating the formulas? For instance from a list in excel?
Brgds,
Ulrik