Harry Covair
Member
Hi All,
In an Excel chart, I want to display the data two months before and one month after an selected day.
To do so, I defined some named ranges as
Select_years:
'OFFSET(Sheet1!Start;0;MATCH(Sheet1!start_date;Sheet1!years;0)-1;1;MATCH(Sheet1!start_date;Sheet1!years;0)+1)'
Data_product:
'OFFSET(Sheet1!Start;5;MATCH(Sheet1!start_date;Sheet1!année;0)-1;5;MATCH(Sheet1!start_date;Sheet1!année;0)+1)'
years: Sheet1!$R$1:$AC$1
product: Sheet1!$Q$6:$Q$10
start: $Q$1
start_date: $Q$23
In the « chart data source » dialog box, the following instruction is manually written in the « chart data range »
'=Sheet1!start;Sheet1!select_years;Sheet1!product;Sheet1!data_product'
The chart is perfectly designed and represents well the desired data
Problem
When I re-open the « chart data source » dialog, the named ranges are replaced by references which make the chart static and no more dynamic.
'=Sheet1!$Q$1;Sheet1!$S$1:$V$1;Sheet1!$Q$6:$Q$10;Sheet1!$S$6:$V$10'
Could some people assist me to explain this phenomenon and why not suggest an solution.
Thanks in advance
Regards
In an Excel chart, I want to display the data two months before and one month after an selected day.
To do so, I defined some named ranges as
Select_years:
'OFFSET(Sheet1!Start;0;MATCH(Sheet1!start_date;Sheet1!years;0)-1;1;MATCH(Sheet1!start_date;Sheet1!years;0)+1)'
Data_product:
'OFFSET(Sheet1!Start;5;MATCH(Sheet1!start_date;Sheet1!année;0)-1;5;MATCH(Sheet1!start_date;Sheet1!année;0)+1)'
years: Sheet1!$R$1:$AC$1
product: Sheet1!$Q$6:$Q$10
start: $Q$1
start_date: $Q$23
In the « chart data source » dialog box, the following instruction is manually written in the « chart data range »
'=Sheet1!start;Sheet1!select_years;Sheet1!product;Sheet1!data_product'
The chart is perfectly designed and represents well the desired data
Problem
When I re-open the « chart data source » dialog, the named ranges are replaced by references which make the chart static and no more dynamic.
'=Sheet1!$Q$1;Sheet1!$S$1:$V$1;Sheet1!$Q$6:$Q$10;Sheet1!$S$6:$V$10'
Could some people assist me to explain this phenomenon and why not suggest an solution.
Thanks in advance
Regards