Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I understand the Excel formula for calculating the future value of an annuity
when the compounding period is the same as the deposit period, e.g., put money in monthly and also compound monthly. But I don't understand how to calculate how much the money will earn in the bank, because the bank compounds daily. The problem: $2000 invested annually over 25 years at 6% interest compounded daily equals how much future value? Another way to say this is, how do I calculate APR? If I could calculate the APR on 6% compounded daily, I could plug the APR into the Excel formula with an annual deposit and come out with the right answer. -- Marjory K |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Marjory,
You can use the EFFECT() and NOMINAL() functions to convert from and to APR and daily rates Look in HELP for details (and note the remark about a possible #NAME error) -- Kind regards, Niek Otten Microsoft MVP - Excel Keep discussions in the newsgroups- no private emails please "Marjory K" wrote in message ... |I understand the Excel formula for calculating the future value of an annuity | when the compounding period is the same as the deposit period, e.g., put | money in monthly and also compound monthly. But I don't understand how to | calculate how much the money will earn in the bank, because the bank | compounds daily. The problem: $2000 invested annually over 25 years at 6% | interest compounded daily equals how much future value? Another way to say | this is, how do I calculate APR? If I could calculate the APR on 6% | compounded daily, I could plug the APR into the Excel formula with an annual | deposit and come out with the right answer. | -- | Marjory K |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Marjory K wrote:
I understand the Excel formula for calculating the future value of an annuity when the compounding period is the same as the deposit period, e.g., put money in monthly and also compound monthly. But I don't understand how to calculate how much the money will earn in the bank, because the bank compounds daily. The problem: $2000 invested annually over 25 years at 6% interest compounded daily equals how much future value? Another way to say this is, how do I calculate APR? The APY (the term "APR" is deprecated in this context) can be estimated as follows: =fv(6%/365, 365, 0, -1) - 1 You might need to format that as Percentage with 2 or more decimal places. Thus, the future value of the annual annuity with daily compounding can be estimated as follows: =fv(fv(6%/365,365,0,-1)-1, 25, -2000) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
bank cal for interest on cd | Excel Worksheet Functions | |||
is there a formula for calculating daily compounding on a CD? | Excel Discussion (Misc queries) | |||
need help with compounding and accumulating formula... | Excel Discussion (Misc queries) | |||
How can we use Excel to calculate interest with daily compounding | Excel Discussion (Misc queries) | |||
How can we use Excel to calculate interest with daily compounding | Excel Discussion (Misc queries) |