PC Review


Reply
Thread Tools Rate Thread

calculate balance given varying payments?

 
 
Jerry
Guest
Posts: n/a
 
      27th Mar 2007
I need to calculate the remaining balance on a loan given:
- fixed starting value
- fixed interest rate over the life of the loan
- size of payment can vary
- date of payment can vary (typically once/month, could be several in a
month, might be a month with no payments)

Basically given the starting balance and interest rate I just want to
record the payments as they come in.

Financial calculations (especially in Excel) aren't my specialty so any
help is appreciated.
 
Reply With Quote
 
 
 
 
merjet
Guest
Posts: n/a
 
      27th Mar 2007
Suppose cells A1:C5 look like this:

interest_rate: 0.05
date payment balance
1/1/2007 10000.00
1/28/2007 100 9936.16
2/20/2007 105 9861.75

The formula for cell C4 is =C3*(1+C$1)^(INT(A4-A3)/365)-B4
The formula for cell C5 is =C4*(1+C$1)^(INT(A5-A4)/365)-B5

Copy the formula for as many dates and payments as needed.

Hth,
Merjet

 
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
balance for invoice with multiple payments SLP Microsoft Access Form Coding 2 11th Sep 2008 03:46 PM
Invoice Amt. - Payments = Balance prodeji Microsoft Access Queries 2 20th Jul 2006 08:45 PM
track balance based on payments in Excel =?Utf-8?B?cG9ldDkyNTgx?= Microsoft Excel Worksheet Functions 0 21st Feb 2006 05:15 AM
Need a Balance Due field & monthly payments =?Utf-8?B?bHV2czJneWdnbGU=?= Microsoft Access 7 9th Feb 2006 04:37 AM
Using a form as ledger for posting payments; calculate balance? =?Utf-8?B?Y3luYzgxNA==?= Microsoft Access Database Table Design 0 4th Nov 2004 09:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:07 PM.