C
cabybake
Hi,
I'm having the strangest problem with the OFFSET function.
I have 5 dynamic ranges in my worksheet.
Aimline
=OFFSET('Weekly ORF'!$F$4,1,0,COUNTA('Weekly ORF'$F:$F)-1,1)
Sessions
=OFFSET ('Weekly ORF'!$D$4,1,0,COUNTA('Weekly ORF'$E:$E)-1,1)
WCPM
=OFFSET ('Weekly ORF'!$G$4,1,0,COUNTA('Weekly ORF'$G:$G)-1,1)
Date
=OFFSET ('Weekly ORF'!Aimline,0,-1)
Date2
=OFFSET ('Weekly ORF'!WCPM,0,-1)
The problem is that the two names for Date and Date2 keep reverting to
=OFFSET ('Excel Template.xls'!Aimline,0,-1) and
=OFFSET ('Excel Template.xls'!WCPM,0,-1)
Which consequently prevents me from being able to adjust the SERIES in
the associated chart.
Does anyone know why this is doing this and how I can stop it? Thanks,
cabybake
I'm having the strangest problem with the OFFSET function.
I have 5 dynamic ranges in my worksheet.
Aimline
=OFFSET('Weekly ORF'!$F$4,1,0,COUNTA('Weekly ORF'$F:$F)-1,1)
Sessions
=OFFSET ('Weekly ORF'!$D$4,1,0,COUNTA('Weekly ORF'$E:$E)-1,1)
WCPM
=OFFSET ('Weekly ORF'!$G$4,1,0,COUNTA('Weekly ORF'$G:$G)-1,1)
Date
=OFFSET ('Weekly ORF'!Aimline,0,-1)
Date2
=OFFSET ('Weekly ORF'!WCPM,0,-1)
The problem is that the two names for Date and Date2 keep reverting to
=OFFSET ('Excel Template.xls'!Aimline,0,-1) and
=OFFSET ('Excel Template.xls'!WCPM,0,-1)
Which consequently prevents me from being able to adjust the SERIES in
the associated chart.
Does anyone know why this is doing this and how I can stop it? Thanks,
cabybake