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

Hi,

Can any one let me know how to calculate compound interest in excel using
formula for function.

Thanks in Advance
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default How to calculate Compound Interest

See if any of the following functions are helpful:
INTRATE
IRR
MIRR
RATE
YIELD
--
If this post was helpful, please consider rating it.

Jim

Visit http://project.mvps.org/ for FAQs and more information
about Microsoft Project



"Nikhil" wrote:

Hi,

Can any one let me know how to calculate compound interest in excel using
formula for function.

Thanks in Advance

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default How to calculate Compound Interest

Invest P for n years at R% per year

beginning of year 1 you have P, so end of Year 1 you have: P+RP or P(1+R)
beginning of year 2 you have P(1+R); end of year 2 you have P(1+R)(1+R) or
P(1+R)^2
beginning of year 3 you have P(1+R)^2; end of year 3 you have P(1+R)^2*(1+R)
=
P(1+R)^3
.......
by the mathematical method called induction: by end of year n you have
P(1+R)^n

In Excel
A1 holds P
A2 holds R
A3 holds n
Value at then of year =A1*(1+A2)^A3
Interest accumulated =A1*(1+A2)^A3 -A1
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Nikhil" wrote in message
...
Hi,

Can any one let me know how to calculate compound interest in excel using
formula for function.

Thanks in Advance



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default How to calculate Compound Interest

Thanks you very much Bernard


"Bernard Liengme" wrote:

Invest P for n years at R% per year

beginning of year 1 you have P, so end of Year 1 you have: P+RP or P(1+R)
beginning of year 2 you have P(1+R); end of year 2 you have P(1+R)(1+R) or
P(1+R)^2
beginning of year 3 you have P(1+R)^2; end of year 3 you have P(1+R)^2*(1+R)
=
P(1+R)^3
.......
by the mathematical method called induction: by end of year n you have
P(1+R)^n

In Excel
A1 holds P
A2 holds R
A3 holds n
Value at then of year =A1*(1+A2)^A3
Interest accumulated =A1*(1+A2)^A3 -A1
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Nikhil" wrote in message
...
Hi,

Can any one let me know how to calculate compound interest in excel using
formula for function.

Thanks in Advance




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
Template to calculate Compound Interest on Savings Graham Excel Discussion (Misc queries) 1 October 18th 06 01:26 PM
how do you calculate compound interest with multiple payments? Wahine15 Excel Worksheet Functions 8 October 6th 06 06:30 PM
how do I calculate the annual interest when I know the compound dawn2511 Excel Worksheet Functions 4 July 20th 05 06:42 PM
compound interest David Excel Worksheet Functions 2 February 22nd 05 08:16 AM
compound interest by1612 Excel Worksheet Functions 3 November 20th 04 01:14 PM


All times are GMT +1. The time now is 06:17 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"