I've got a formula that adds the 12 most recent item numbers,
=SUM(OFFSET(Y3,-1,-11,1,12))
but I would like the OFFSET(Y3,...) reference to be something like
=MAX(M3:AM3)
so that it automatically adjusts its reference towards the most recent item as I add more to the right of the list. The item number will be the highest, and rightmost, number.
How can I do that?
Thanks!
~Jacob~
=SUM(OFFSET(Y3,-1,-11,1,12))
but I would like the OFFSET(Y3,...) reference to be something like
=MAX(M3:AM3)
so that it automatically adjusts its reference towards the most recent item as I add more to the right of the list. The item number will be the highest, and rightmost, number.
How can I do that?
Thanks!
~Jacob~