View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
RickS RickS is offline
external usenet poster
 
Posts: 11
Default Compound Interest

thank you very much for the clarification
--
RickS


"Bernie Deitrick" wrote:

Rick

You need to use the annual rate divided by the number of periods. For example, with a 5% annual
rate

Annual:
=FV(0.05,1,0,1000,1)

Monthly:
=FV(0.05/12,12,0,1000,1)

Daily:
=FV(0.05/365,365,0,1000,1)

All the financial functions work the same general way.

HTH,
Bernie
MS Excel MVP


"RickS" wrote in message
...
I see the formula for calculating annually compounded interest. Is there a
function formula for daily compounding of interest?

RickS