PC Review


Reply
Thread Tools Rate Thread

Cumulative summing: sum rows 1-12, then rows 1-24, 1-36, etc..

 
 
Matt G.
Guest
Posts: n/a
 
      9th Mar 2007
I'm working on an ammortization calculation sheet. I want to add up
the cumulative interest, etc. I therefore want to sum the first year
(rows 1-12) then sum the first and second years (rows 1-24), then sum
the first, second, and third years (rows 1-36), etc...

Any idea on a method for accomplishing this?

Thanks.

 
Reply With Quote
 
 
 
 
JE McGimpsey
Guest
Posts: n/a
 
      9th Mar 2007
One way:

Take a look at CUMIPMT in XL Help. It's part of the Analysis Toolpak
Add-in (Tools/Addins...).

Another:

C1: =SUM(B$1:B1)

and copy down.


In article <(E-Mail Removed)>,
"Matt G." <(E-Mail Removed)> wrote:

> I'm working on an ammortization calculation sheet. I want to add up
> the cumulative interest, etc. I therefore want to sum the first year
> (rows 1-12) then sum the first and second years (rows 1-24), then sum
> the first, second, and third years (rows 1-36), etc...
>
> Any idea on a method for accomplishing this?
>
> Thanks.

 
Reply With Quote
 
Bernd
Guest
Posts: n/a
 
      9th Mar 2007
Hello,

If your data is in column A starting at row 1 then enter into B1
=SUM(A$1:INDEX(A:A,ROW()*12))
and copy down.

Regards,
Bernd

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
summing only certain rows rodchar Microsoft Excel Misc 2 7th Apr 2009 09:10 PM
summing values in each record (summing across rows) Madison Microsoft Access 2 16th Feb 2009 11:58 PM
Summing rows =?Utf-8?B?SmVmZiBHYXJyZXR0?= Microsoft Excel Programming 2 1st Dec 2004 10:55 PM
Summing rows Richard Microsoft Excel Discussion 4 12th Apr 2004 09:03 PM
Summing every 12 rows Vincent Lee Microsoft Excel Misc 2 7th Mar 2004 07:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:59 AM.