Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can i calculate the future value of an investment in excel?
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look in HELP for the FV() function
-- Kind regards, Niek Otten "John C." wrote in message ... How can i calculate the future value of an investment in excel? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This function works for a future value of payments. I simply have an amount
and I want to calculate the future value with interest compounded. ljc "Niek Otten" wrote: Look in HELP for the FV() function -- Kind regards, Niek Otten "John C." wrote in message ... How can i calculate the future value of an investment in excel? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A1*(1+C1)^B1
A1 is investment, B1 is number of periods, C1 is intrest percentage (as a fraction, so 0.05 or 5%) -- Kind regards, Niek Otten "John C." wrote in message ... This function works for a future value of payments. I simply have an amount and I want to calculate the future value with interest compounded. ljc "Niek Otten" wrote: Look in HELP for the FV() function -- Kind regards, Niek Otten "John C." wrote in message ... How can i calculate the future value of an investment in excel? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Cell A1 = $1000.00 (Current Value) Cell A2 = 20 (Years) Cell A3 = 8% (Appreciation Rate) Cell A4 = A1*(1+A3)^A2 (Future Value) Cell A4 result is $4660.95 -- jermsalerms ------------------------------------------------------------------------ jermsalerms's Profile: http://www.excelforum.com/member.php...o&userid=30167 View this thread: http://www.excelforum.com/showthread...hreadid=516317 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Calculating a Date for the Future | Excel Worksheet Functions | |||
Calculating tvl time in Excel 2000 Rev.9.2720 | Excel Worksheet Functions | |||
Difference in number of Excel NewsGroups | Excel Discussion (Misc queries) |