Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to calculate EMi?

I like to calculate EMI (Equated monthly installment) for loan terms
depending on tenure, rate of interest (fixed) and principal amount. The
amount for every month should be the same including principal and interest
but the amount of principal portion in the pay out will increase with
advancement of the loan and interest component will be less. Please give me
the function. Please give me any link if possible to calculate in web.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default How to calculate EMi?

hi,
in excel help, look up the CUMPRINC and CUMIPMT worksheet functions.
you can use these to create an amotazation table.

regards
FSt1

"Rathin" wrote:

I like to calculate EMI (Equated monthly installment) for loan terms
depending on tenure, rate of interest (fixed) and principal amount. The
amount for every month should be the same including principal and interest
but the amount of principal portion in the pay out will increase with
advancement of the loan and interest component will be less. Please give me
the function. Please give me any link if possible to calculate in web.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default How to calculate EMi?

On Mar 15, 6:59 pm, Rathin wrote:
I like to calculate EMI (Equated monthly installment) for loan terms
depending on tenure, rate of interest (fixed) and principal amount. The
amount for every month should be the same including principal and interest
but the amount of principal portion in the pay out will increase with
advancement of the loan and interest component will be less. Please give me
the function. Please give me any link if possible to calculate in web.


Google "equated monthly installments" (without quotes) to find
calculators on the web. In Excel, use the PMT() function. For
example, given a loan of 100,000 at 5% interest for 15 years, the
monthly payment would be:

=pmt(5%/12, 15*12, -100000)

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 Joye Excel Worksheet Functions 2 January 18th 07 01:31 PM
How do I calculate in an IF Takia Excel Worksheet Functions 3 August 23rd 06 09:33 PM
If Then Calculate Gladys Excel Discussion (Misc queries) 4 August 14th 06 04:13 PM
How can I calculate.... mgarcia Excel Discussion (Misc queries) 3 February 8th 06 03:46 AM
calculate day for day AG New Users to Excel 3 May 18th 05 01:40 PM


All times are GMT +1. The time now is 03:37 PM.

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

About Us

"It's about Microsoft Excel"