hi to all,
I am struggling with a dynamic named range formula that will capture 15 weeks of data from the current week back. so, my layout is data laid out by branch (each branch on new row) and by week (week 1 is C1, week 2 is d1, etc). currently reporting the 15 weeks back from Week 31, so my data set will start in column S.
I have tried to specify the width as 15 in a named range cell called HSize, using this formula:
. this anchors the start point of the range to C1.
so i thought, righto, will just make the reference point dynamic as well. no problems!??????
HOw do i specify the start cell when it changes each week?
I am struggling with a dynamic named range formula that will capture 15 weeks of data from the current week back. so, my layout is data laid out by branch (each branch on new row) and by week (week 1 is C1, week 2 is d1, etc). currently reporting the 15 weeks back from Week 31, so my data set will start in column S.
I have tried to specify the width as 15 in a named range cell called HSize, using this formula:
Code:
OFFSET('Graph Data'!$C$1,0,0,1,HSize)
so i thought, righto, will just make the reference point dynamic as well. no problems!??????
HOw do i specify the start cell when it changes each week?