Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
se
 
Posts: n/a
Default calculating the future value of a present value

in Excel, how do you calculate the future value of a present value, given
that you know the interest rate for that period of time. for example, $1
today will be worth how much in 10 years given a 6% interest rate compounded
annually?
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Take a look at the FV function in XL Help:

A1: 1
A2: 6%
A3: 10
A4: =FV(A2,A3,0,-A1) <=== 1.79

Note that PV and FV are of opposite signs - one way to think about it is
that cash flows out to the investment, and flows back in at maturity.

Make sure your units are always the same. For instance, to calculate
monthly compounding:

A5: =FV(A2/12, A3*12, 0, -A1) <=== 1.82


In article ,
"se" wrote:

in Excel, how do you calculate the future value of a present value, given
that you know the interest rate for that period of time. for example, $1
today will be worth how much in 10 years given a 6% interest rate compounded
annually?

  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

One way:

A1: $1
A2: 10 (yrs)
A3: .06 (interest rate)

=A1*(1+A3)^A2

HTH
Jason
Atlanta, GA

-----Original Message-----
in Excel, how do you calculate the future value of a

present value, given
that you know the interest rate for that period of

time. for example, $1
today will be worth how much in 10 years given a 6%

interest rate compounded
annually?
.

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
Formulas not calculating??? J Dizzle Fizzle Excel Discussion (Misc queries) 1 December 31st 04 07:47 PM
Periodic Calculating Peter B Excel Worksheet Functions 1 December 8th 04 09:31 AM
How can I hide points for future dates on a Year to Date chart? rlmills Charts and Charting in Excel 1 November 29th 04 05:23 PM
annuity future value? PeteK Excel Worksheet Functions 3 November 26th 04 06:21 PM
Calculating commission schedule (will pay for help!) bootsy Excel Worksheet Functions 1 October 28th 04 05:09 AM


All times are GMT +1. The time now is 08:31 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"