logo

Working With Future Value (2)

logo

The other two arguments are optional:

  • pv is the present value (the amount you are starting out with). If omitted, the function assumes 0.

  • type is 1 if the payments are made at the start of each period, 0 or omitted if payments are made at the end of each period.

The FV function is quite flexible. If you have a situation where you are starting with nothing and making regular payments, you will set pv to zero and enter a value for pmt. On the other hand, if you are starting with a lump sum and not making any payments, set pv to the initial value and enter 0 for pmt. You can have both an initial amount and regular payments, too, of course.

To try out the FV function, start with a new worksheet and then follow these steps:

  1. Enter the labels Initial amount, Rate of return, Monthly payment, Number of months, and Future value in cells B2 through B6, in order.
  2. Format cells C2, C4, and C6 as currency with two decimal places.
  3. Format cell C3 as percentage with two decimal places.
  4. Enter the following formula in cell C6: =FV(C3/12,C5,C4,C2).

The resulting worksheet is shown with some data entered in Figure 3.4. You can see that if you put $1,000 in an account paying 5% interest and add $40 every month, you’ll have $1,542.32 at the end of the year. Please note that in keeping with Excel’s cash flow model, the initial amount and monthly payment are entered as negative values because this is money you are paying out. The future value is correctly calculated as a positive value because this is money you will receive.

Taken From : Manage Your Money and Investments with Microsoft Excel

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay

Related posts:

  1. Using the Present Value Function (2) You use the PV function to calculate present value. The...
  2. Working with Future Value The concept of future value is quite simple and is...
  3. Calculating Interest Rate (2) The other three arguments are optional: fv is the future...
  4. Calculating Principal Payments (2) The PPMT function uses the following syntax; you’ll note that...
  5. Calculating Interest Rate In the calculations that have been presented so far in...

Related posts brought to you by Yet Another Related Posts Plugin.

Leave a Reply

logo