Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to calculate the amount of interest which would be earned over a
number of years. I will be starting with a base amount (say $25,000) which will earn 8% interest compounded annually. I tried using the ACCRINTM formula, but it isn't giving me the correct amount (which I figured out manually). My manual calculation showed that $25,000 earning 8% interest compounded annually over 9 years would earn a total of $24,975 of interest. What formula can I use to get Excel to do the calculation for me? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=FV(8%, 9, 0, -25000)
-- Regards, Peo Sjoblom Portland, Oregon "mam" wrote in message ... I want to calculate the amount of interest which would be earned over a number of years. I will be starting with a base amount (say $25,000) which will earn 8% interest compounded annually. I tried using the ACCRINTM formula, but it isn't giving me the correct amount (which I figured out manually). My manual calculation showed that $25,000 earning 8% interest compounded annually over 9 years would earn a total of $24,975 of interest. What formula can I use to get Excel to do the calculation for me? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"mam" wrote:
My manual calculation showed that $25,000 earning 8% interest compounded annually over 9 years would earn a total of $24,975 of interest. What formula can I use to get Excel to do the calculation for me? =FV(8%, 9,, -25000) - 25000 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interest Formula | Excel Discussion (Misc queries) | |||
formula to calculate future date from date in cell plus days | Excel Worksheet Functions | |||
Need formula for cumulative interest with additional monthly princ | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Interest formula on Personal Line | Excel Discussion (Misc queries) |