Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm not a sophisticated user of Excel but am wondering, if it is possible,
how I can set up a work sheet to figure out how much interest is owed when someone is paying me late on their mortgage payment. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try these models (they are free):
http://www.vertex42.com/ExcelTemplat...rtization.html http://www.vertex42.com/ExcelTemplat...alculator.html Regards, Ryan-- -- RyGuy "Bzzygrl" wrote: I'm not a sophisticated user of Excel but am wondering, if it is possible, how I can set up a work sheet to figure out how much interest is owed when someone is paying me late on their mortgage payment. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks, Ryan, but I already looked at those and it doesn't do what I need. F
or example, if I'm to receive the mortgage payment on the 1st of the month but I don't actually receive it until the 15th of month - that's 14 days that they are late - I need something to figure out how much interested I'm owed for the 14 days and on an accumulating basis as they are always late. Any help that you can give would be great. "ryguy7272" wrote: Try these models (they are free): http://www.vertex42.com/ExcelTemplat...rtization.html http://www.vertex42.com/ExcelTemplat...alculator.html Regards, Ryan-- -- RyGuy "Bzzygrl" wrote: I'm not a sophisticated user of Excel but am wondering, if it is possible, how I can set up a work sheet to figure out how much interest is owed when someone is paying me late on their mortgage payment. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Jan 8, 1:14 pm, Bzzygrl wrote:
I'm not a sophisticated user of Excel but am wondering, if it is possible, how I can set up a work sheet to figure out how much interest is owed when someone is paying me late on their mortgage payment. On Jan 8, 2:08*pm, Bzzygrl wrote: For example, if I'm to receive the mortgage payment on the 1st of the month but I don't actually receive it until the 15th of month - that's 14 days that they are late - I need something to figure out how much [interest] I'm owed for the 14 days and on an accumulating basis as they are always late. Well, you don't say how the loan is structured; specifically how interest is normally computed. Assuming a typical amortized loan, the following might meet your needs: interestDue = loanBalance * dailyRate * ( max(currentDueDate, currentPaidDate) - max(previousDueDate, previousPaidDate) ) dailyRate = annualRate / 365 This assumes that if the payment is early, the full interest is charged up to the due date. In the US, the divisor of dailyRate may be 366 in a leap year. But the lender is permitted to always use 365, which favors the lender. Note that that is interest due. Technically, interest paid is: interestPaid = payment - principlePaid principlePaid = min(loanBalance, payment - interestDue) The point is: any payment in excess of the loan balance should be considered a finance charge. HTH. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
mortgage payment | Excel Worksheet Functions | |||
How to calculate a mortgage payment? | Excel Worksheet Functions | |||
How do I use Excel 2007 to determine late payment amounts | Excel Discussion (Misc queries) | |||
how do you get a positive number payment with a mortgage payment . | Excel Worksheet Functions | |||
how do i locate a template for late payment fee | Excel Worksheet Functions |