how to automatic adding up 12 rows for one year, and 48 rows for therest of year

  • Thread starter Thread starter Cindy Wang
  • Start date Start date
C

Cindy Wang

Is there a function that I can use to automatic add up 12 rows for one
year figure, since the beginning number of the month always changing
each month?
 
If numbers start at row 2 change c1 to c2
=SUM(OFFSET(C1,0,0,MATCH(999999,C:C,1)-11,1))
 

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