I have a dynamic range set up for a chart and it works good, what I want to do with this now is to make it so the range only selects the last 20 cells from the end of the range.
For example I am selecting out column L starting at row 21 up to a max of 489 rows (I will never get 489 rows filled in so that works for me), I now what to change my start from row 21 to whatever the max is -20, and I can not figure it out.
My dynamic range looks like this:
=OFFSET(Data!$L$21,0,0,COUNTA(Data!$L$21:$L$489))
any suggestions?
For example I am selecting out column L starting at row 21 up to a max of 489 rows (I will never get 489 rows filled in so that works for me), I now what to change my start from row 21 to whatever the max is -20, and I can not figure it out.
My dynamic range looks like this:
=OFFSET(Data!$L$21,0,0,COUNTA(Data!$L$21:$L$489))
any suggestions?