Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 107
Default combo function of adding %

I have a dollar amount of $10 that gets 2.5 percent added to it each year.
How can I make the function to say ' in 8 years the amount will be ... ' if I
had 2.5% each year?

1 2 3 4 5 6 7 8
rate 2.80% 2.80% 2.80% 2.80% 2.80% 2.80% 2.80% 2.80%
$10.00 $10.28 $10.57 $10.86 $11.17 $11.48 $11.80 $12.13
$12.47

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default combo function of adding %

This is a Future Value problem:
In any cell, enter this:
=FV(0.025,8,0,-1)

The '-' is to force the result to be positive. We assume $1 is going 'out'
(negative cash flow) and in the future we are getting money 'in' (positive
cash flow).

Google around for future value, present value, and cash flows.


HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"jenn" wrote:

I have a dollar amount of $10 that gets 2.5 percent added to it each year.
How can I make the function to say ' in 8 years the amount will be ... ' if I
had 2.5% each year?

1 2 3 4 5 6 7 8
rate 2.80% 2.80% 2.80% 2.80% 2.80% 2.80% 2.80% 2.80%
$10.00 $10.28 $10.57 $10.86 $11.17 $11.48 $11.80 $12.13
$12.47

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default combo function of adding %

Hi,

=10*(1.025^8)

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"jenn" wrote in message
...
I have a dollar amount of $10 that gets 2.5 percent added to it each year.
How can I make the function to say ' in 8 years the amount will be ... '
if I
had 2.5% each year?

1 2 3 4 5 6 7 8
rate 2.80% 2.80% 2.80% 2.80% 2.80% 2.80% 2.80% 2.80%
$10.00 $10.28 $10.57 $10.86 $11.17 $11.48 $11.80 $12.13
$12.47

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
Adding items to a combo box on a user form Gazz_85[_2_] Excel Discussion (Misc queries) 1 July 9th 09 05:00 PM
Adding/Saving Combo Additems 10_a_c Excel Worksheet Functions 0 March 14th 07 12:10 PM
Problem Adding new Combo Boxes [email protected] Excel Discussion (Misc queries) 2 September 12th 06 09:58 AM
Adding database data to a combo box... Lyndon Excel Discussion (Misc queries) 1 July 27th 05 10:42 AM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


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

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

About Us

"It's about Microsoft Excel"