#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default compound interest

i'm trying to set up a formula that calculates interest over a period, based
on a compounding interest rate... any ideas
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default compound interest

have a look in help at the FV function.

Mike

"martinbarnes" wrote:

i'm trying to set up a formula that calculates interest over a period, based
on a compounding interest rate... any ideas

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default compound interest

On Nov 7, 7:17*am, martinbarnes
wrote:
i'm trying to set up a formula that calculates
interest over a period, based on a compounding
interest rate... any ideas


Click on Help Excel Help and enter "compound interest", and you
should get lots of ideas.

If you are still stumped, post a follow-up with a specific example.

Suppose you deposit $1000 into an account that earns 3% interest
compounded daily. After a typical year, the account balance will be:

=round(fv(3%/365, 365, 0, -1000), 2)

If you want just the interest:

=round(fv(3%/365, 365, 0, -1000), 2) - 1000

HTH.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default compound interest

Hi,

FV is designed to calculate the principle and interest accumulated, if you
want just the interest then

=SUMPRODUCT(IPMT(5%,ROW(A1:A50),50,100))

In this formula 100 is your starting value, 50 is the number of periods and
ROW(A1:A50) indicates that you want the interest for all 50 periods. The
result is negative by just put a minus sign in front.

If this helps, click the Yes button.
--
Thanks,
Shane Devenshire


"martinbarnes" wrote:

i'm trying to set up a formula that calculates interest over a period, based
on a compounding interest rate... any ideas

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
Compound Interest RickS Excel Discussion (Misc queries) 5 July 15th 08 08:08 PM
Compound Interest RJB Excel Discussion (Misc queries) 13 January 29th 08 06:36 PM
Compound interest Robert Tracey Excel Worksheet Functions 1 November 30th 05 12:27 AM
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 09:06 AM.

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"