final return!

  • Thread starter Thread starter via135
  • Start date Start date
V

via135

hi!

if i make a constant amount of deposit on a periodical basis for a
certain period at a given rate of interest what would be the final
amount i get.?

for example

amount - 100
periodicity - monthly
period - 12 months
intt - 12% per annum


thks!

-via135
 
if i make a constant amount of deposit on a periodical basis for a
certain period at a given rate of interest what would be the final
amount i get.?

for example
amount              - 100
periodicity         - monthly
period               - 12 months
intt                   - 12% per annum

=-fv(12%/12, 12, 100, 0, 1)

See the FV help page for an explanation of the arguments.
 
Back
Top