PC Review


Reply
Thread Tools Rate Thread

how do i calculate a running payoff amount?

 
 
=?Utf-8?B?cGhvb2V5?=
Guest
Posts: n/a
 
      23rd Feb 2007
I'm doing an amortization.

I have everything working except I want to do a 'payoff' cell....

The payoff will be the sum of payments plus the principal balance.

How can I have this cell update and change as new payments are made?

IE.... if 5 pmts are made, payoff is sum of 5 payments plus the principal
balance.

If 6 pmts are made, its the sum of 6 payments plus the new principal balance.

I only want to count the principal balance if there is a corresponding
payment,
if there is not payment then payoff stops at the last payment made


 
Reply With Quote
 
 
 
 
=?Utf-8?B?ZGtpbm4=?=
Guest
Posts: n/a
 
      23rd Feb 2007
If I read this right something like the following formula might work

=IF(ISBLANK(A13),"",SUM($A$10:A13)+$B$13)
if your payments start in A10 and continue down the A column and the
principla is in B13

as you copy down the formula it is anchored at A10 but the A13 will continue
to incriment down

Hope this helps

David

"phooey" wrote:

> I'm doing an amortization.
>
> I have everything working except I want to do a 'payoff' cell....
>
> The payoff will be the sum of payments plus the principal balance.
>
> How can I have this cell update and change as new payments are made?
>
> IE.... if 5 pmts are made, payoff is sum of 5 payments plus the principal
> balance.
>
> If 6 pmts are made, its the sum of 6 payments plus the new principal balance.
>
> I only want to count the principal balance if there is a corresponding
> payment,
> if there is not payment then payoff stops at the last payment made
>
>

 
Reply With Quote
 
=?Utf-8?B?cGhvb2V5?=
Guest
Posts: n/a
 
      23rd Feb 2007
some works... some doesn't.. probably me...

heres what I'm looking for.. the payoff is the sum of the payments made plus
the principal balance (after payments).

I have the spreadsheet working to figure the rest, but I want the 'payoff'
to be calculated in one static field.

I can send you what I have and maybe that might help explain?

"dkinn" wrote:

> If I read this right something like the following formula might work
>
> =IF(ISBLANK(A13),"",SUM($A$10:A13)+$B$13)
> if your payments start in A10 and continue down the A column and the
> principla is in B13
>
> as you copy down the formula it is anchored at A10 but the A13 will continue
> to incriment down
>
> Hope this helps
>
> David
>
> "phooey" wrote:
>
> > I'm doing an amortization.
> >
> > I have everything working except I want to do a 'payoff' cell....
> >
> > The payoff will be the sum of payments plus the principal balance.
> >
> > How can I have this cell update and change as new payments are made?
> >
> > IE.... if 5 pmts are made, payoff is sum of 5 payments plus the principal
> > balance.
> >
> > If 6 pmts are made, its the sum of 6 payments plus the new principal balance.
> >
> > I only want to count the principal balance if there is a corresponding
> > payment,
> > if there is not payment then payoff stops at the last payment made
> >
> >

 
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
Calculate the amount of time over a permitted amount (12 hours) Steve M Microsoft Excel Misc 7 2nd Jun 2010 12:19 PM
Credit Cards, time in months to payoff and payoff amount =?Utf-8?B?TWlrZSBKb2huc3RvbmU=?= Microsoft Excel Worksheet Functions 1 21st Oct 2007 10:41 AM
return payoff after "X" amount of payments jermsalerms Microsoft Excel Worksheet Functions 1 8th Jul 2006 05:11 PM
How can I calculate amount of time left based on amount spent? =?Utf-8?B?S0xE?= Microsoft Excel Worksheet Functions 3 23rd May 2006 04:20 PM
Payoff amount Jackie Microsoft Excel Worksheet Functions 1 17th Aug 2004 12:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:15 AM.