PC Review


Reply
Thread Tools Rate Thread

Calculate finance charges

 
 
WINDMILL
Guest
Posts: n/a
 
      30th Nov 2009
Would someone please direct me to which formula to use, (or spreadsheet
template)to calculate finance charges on over due invoices? I'm looking at 2%
per month, for daily, on invoices over 30 days - aged receivables. All
direction appreciated.
 
Reply With Quote
 
 
 
 
Daryl S
Guest
Posts: n/a
 
      30th Nov 2009
Windmill -

Assuming column A contains the due date, and column B the amount due, then
this will give you the interest due:
=(MONTH(TODAY()) - MONTH(A5) + IF(DAY(TODAY())> DAY(A5),0,-1))*0.02*B5

This makes several assumptions on your methodology. It assumes no
compounding of interest, and that you are using a calendar month (e.g. not
360-day accounting). It basically counts the months between today and the
due date, adjusting the month down one if today's day of the month is less
than the due date's day of the month, then multiplies this by the 2% per
month interest rate, times the amount due.

--
Daryl S


"WINDMILL" wrote:

> Would someone please direct me to which formula to use, (or spreadsheet
> template)to calculate finance charges on over due invoices? I'm looking at 2%
> per month, for daily, on invoices over 30 days - aged receivables. All
> direction appreciated.

 
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
worksheet for credit card finance charges maluvu Microsoft Excel Worksheet Functions 2 28th Dec 2007 02:11 PM
Re: Calculating Finance Charges joeu2004@hotmail.com Microsoft Excel Worksheet Functions 0 22nd Jan 2007 06:50 PM
EXCEL: Finance: Computation of Finance Charges Using Simple Interest capricornbelle@gmail.com Microsoft Excel Discussion 1 16th Jan 2006 08:11 AM
VBA to calculate charges =?Utf-8?B?Y2hvbw==?= Microsoft Excel Programming 7 6th Dec 2005 12:40 PM
Finance Charges.... jake Microsoft Access Database Table Design 0 11th Feb 2005 06:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:36 PM.