An OFFSET question

  • Thread starter Thread starter johnb
  • Start date Start date
J

johnb

OFFSET's 1st argument is Reference my q is how do I get
reference to increment. To put it another way. Say I have
12 months data. Next month I add that month in so I now
have 13 months data, but how do get OFFSET to drop the
1st month so that I only view the last 12 months?

TIA
johnb
 
Hi
maybe something like
´SUM(OFFSET($A$1,COUNTA(A:A)-1,-12,1))
 
Hi John,

How about

=SUM(OFFSET(N1,0,-12,1,12))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top