I am in dire need and have spent hours trying to get this right...
I need to pull the latest 25 data cells in a row for use in a graph. The data is set up like this starting in cell D76:
"Jan-03" "Feb-03"...."Sep-10"
*blank*
*blank*
*blank*
"33.51" "36.60"...."74.71"
I need to have it so it automatically pulls the last 25 data cells - i.e. the cells from Aug-08 to Sep-10. When I add data next month, I need it to shift to Sep-08 to Oct-10.
Currently, this is what I am trying but it keeps giving me error messages and I don't see where I am going wrong. *Note: using the Name manager*
Name: TwoYear
=OFFSET(Cost!$D$73,3,0,1,COUNTA(Cost!$76:$76))
Name: CostTwoYear
=OFFSET(TwoYear,4,0)
Any help on this coding would be extremely useful as I have spent 4 hours trying to solve this and looking at different tutorials.
I need to pull the latest 25 data cells in a row for use in a graph. The data is set up like this starting in cell D76:
"Jan-03" "Feb-03"...."Sep-10"
*blank*
*blank*
*blank*
"33.51" "36.60"...."74.71"
I need to have it so it automatically pulls the last 25 data cells - i.e. the cells from Aug-08 to Sep-10. When I add data next month, I need it to shift to Sep-08 to Oct-10.
Currently, this is what I am trying but it keeps giving me error messages and I don't see where I am going wrong. *Note: using the Name manager*
Name: TwoYear
=OFFSET(Cost!$D$73,3,0,1,COUNTA(Cost!$76:$76))
Name: CostTwoYear
=OFFSET(TwoYear,4,0)
Any help on this coding would be extremely useful as I have spent 4 hours trying to solve this and looking at different tutorials.