Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
alanled
 
Posts: n/a
Default deducting a monthly payment


Hi I would like to have a cell displaying a total outstanding loan
balance and another cell displaying the monthly payment and every month
on a set day the payment cell would deduct the total outstanding balance
and also tell me how many payments i have left. Any help would be much
appreiciated.


--
alanled
------------------------------------------------------------------------
alanled's Profile: http://www.excelforum.com/member.php...o&userid=30949
View this thread: http://www.excelforum.com/showthread...hreadid=506197

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Sandy Mann
 
Posts: n/a
Default deducting a monthly payment

alanled

Witht the monthly payment amount in G1, for the total still owing try:

=IF(DAY(TODAY())=15,1000-G1*DATEDIF(C1,TODAY(),"m"),1000)

This is with the original loan, (1,000), hard coded into the formula. If
you want replace the 1000 with the cell reference of the original total.

For the number of payment try:

=INT(F5/G1)&" Payments"&IF(INT(F5/G1)*G1<F5," and $"&MOD(F5,G1),"")

--
HTH

Sandy

with @tiscali.co.uk


"alanled" wrote in
message ...

Hi I would like to have a cell displaying a total outstanding loan
balance and another cell displaying the monthly payment and every month
on a set day the payment cell would deduct the total outstanding balance
and also tell me how many payments i have left. Any help would be much
appreiciated.


--
alanled
------------------------------------------------------------------------
alanled's Profile:
http://www.excelforum.com/member.php...o&userid=30949
View this thread: http://www.excelforum.com/showthread...hreadid=506197



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculate total interest earned on a loan and monthly payment Matt Stanley Excel Worksheet Functions 4 May 4th 23 03:42 AM
safe ratio and monthly payment what does it mean James New Users to Excel 1 December 28th 05 07:47 PM
how do I calculate a monthly payment based on a variable rate? Chick N Egg Excel Worksheet Functions 1 November 17th 05 09:00 PM
monthly mortgage payment calculator Raza Excel Discussion (Misc queries) 2 October 17th 05 01:35 PM
pmt function in Excel does not return correct monthly payment amou Harraman@Bangalore Excel Worksheet Functions 6 March 3rd 05 01:28 PM


All times are GMT +1. The time now is 01:41 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"