G
Guest
I have a problem with charting a Dynamic chart.
I goes ok to set up the dynamic function as a range. It also shows the
correct series. The range is as follows:
=OFFSET(Sheet3!$A$1;1;Sheet3!$P$2-1;COUNTA(INDIRECT("C"&Sheet3!$P$2;FALSE));1)
Where P2 is an input from a listbox, and the name of the range is:
Sheet3!Dato.
When I try to change the reference for the series i get the following message:
"Your formula contains an invalid external reference to a worksheet. Verify
the path, workbook, and range name or cell reference are correct, and try
again."
The series function is below.
=SERIES(Sheet3!$D$1;Sheet3!Dato;Sheet3!$D$2:$D$28;1)
I have also tried to include a ' before and after "Sheet 3".
I have alsoe checked that the workbook does not have an external reference.
There is nothing wrong with the series and it works perfectly when I am not
using the range, but uses A1:A100 etc.
I is also worth mentioning that the dynamic range for the Chart label works
just fine.
Anyone who knows what I am doing wrong.
I goes ok to set up the dynamic function as a range. It also shows the
correct series. The range is as follows:
=OFFSET(Sheet3!$A$1;1;Sheet3!$P$2-1;COUNTA(INDIRECT("C"&Sheet3!$P$2;FALSE));1)
Where P2 is an input from a listbox, and the name of the range is:
Sheet3!Dato.
When I try to change the reference for the series i get the following message:
"Your formula contains an invalid external reference to a worksheet. Verify
the path, workbook, and range name or cell reference are correct, and try
again."
The series function is below.
=SERIES(Sheet3!$D$1;Sheet3!Dato;Sheet3!$D$2:$D$28;1)
I have also tried to include a ' before and after "Sheet 3".
I have alsoe checked that the workbook does not have an external reference.
There is nothing wrong with the series and it works perfectly when I am not
using the range, but uses A1:A100 etc.
I is also worth mentioning that the dynamic range for the Chart label works
just fine.
Anyone who knows what I am doing wrong.