Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How can I calculate the future value with multiple cash flows?

I am given 4 amounts that will be deposited into an IRA and will earn x
amount of interest and th uestion is how much will they have after 4 yrs.
I know that there is a way if I calculate the future value of each deposit
but is there a wayto do it all at once.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default How can I calculate the future value with multiple cash flows?

"help!!" wrote:
I am given 4 amounts that will be deposited into an IRA and will earn x
amount of interest and th uestion is how much will they have after 4 yrs.
I know that there is a way if I calculate the future value of each deposit
but is there a wayto do it all at once.


Your question is confusing because your subject says one thing ("multiple
cash flows", which usually means at different times), but your description
might be construed to say something else ("4 amounts will be deposited" --
at the same time?).

If you have 4 amounts, say A1:A4, deposited at the same time, and if B1 is
the APY (compounded annual percentage yield), the future value is simply:

=fv(B1, 4, 0, -sum(A1:A4))

assuming that A1:A4 are positive numbers. You might need to explicitly
format the cell with a number format of your choice.

If the 4 amounts are deposited at different times, you need to tell us when
they are deposited. But generally, the total future value is simply the sum
of the individual future values.

Suppose you make a deposit at the beginning of each year. Then:

=fv(B1,4,0,-A1) + fv(B1,3,0,-A2) + fv(B1,2,0,-A3) + fv(B1,1,0,-A4)

This can written more compactly as:

=sumproduct(fv(B1,4-row(indirect("$1:$4"))+1,0,-A1:A4))

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
Future Value of Cash Flows Goalpost Excel Discussion (Misc queries) 2 October 15th 07 10:40 PM
IRR for 2 cash flows Maxymus Excel Worksheet Functions 1 May 13th 06 01:40 AM
How do I calculate IRR using monthly cash flows, not annual? Mike Knoxville Excel Worksheet Functions 2 October 26th 05 03:14 PM
Future Value function with differenct cash flows Joe V Excel Discussion (Misc queries) 1 September 3rd 05 06:06 AM
How do you calculate rate of return on monthly cash flows Philly Fan Excel Worksheet Functions 1 February 16th 05 04:24 AM


All times are GMT +1. The time now is 09:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"