Annual From Monthly Cashflow

S

santosh kumar

Hi,

I have one worksheet A with Monthly Cashflows from say
A1 to IZ1. Now In another worksheet B I want to create the annual
cashflow so I want in the worksheet B. The formula referencing to
worksheet A to be SUM(A1:A12), SUM(A13:A24), etc....
Is there some way to get this done using a "drag n drop" or "cut n
paste" technique?

I use a macro nowadays ... but wonder if there is an easier way?

Thank you.
 
G

Guest

Use this in the first cell:

=SUM(OFFSET(Sheet1!$A$1,12*(ROW(A1)-1),0,12,1))

and copy it down
 

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

Top