Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Time Value of Money

I have a number which increases each year by 3% at a certain date. What cell
entry can I input to have this number increase automatically per year
dependant upon that date.

For instance, I have a # 2532, which increases by 3% every year on September
2. How can I plug this date into the equation so that the # automatically
increases every September 2 in my spread sheet?



Thank you,
Philip
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Time Value of Money

The key thing is a starting date and a starting amount. Also, does the
increase get compounded or is it always 3% of 2532? Finally, does the
increase accrue over the course of a year, or is it ONLY on Sep.2

Let's say this started on September 2, 2004, and that the increases
compound. Further, nothing accrues, the whole increase is slabbed on only on
Sep.2

In cell A2 goes the starting date, 9/2/04
In B2 put the rate of annual increase: 3%
In cell C2 goes the starting amount: let's say it's the 2532
In cell D2 use the formula

=(1+B2)^DATEDIF(A2,TODAY(),"y")*C2

for an explanation of the datedif() function, see Chip Pearson's writeup at

http://www.cpearson.com/excel/datedif.htm

"Keeprogoal" wrote:

I have a number which increases each year by 3% at a certain date. What cell
entry can I input to have this number increase automatically per year
dependant upon that date.

For instance, I have a # 2532, which increases by 3% every year on September
2. How can I plug this date into the equation so that the # automatically
increases every September 2 in my spread sheet?



Thank you,
Philip

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
how to multiply time for money vardasca Excel Worksheet Functions 1 November 24th 06 05:52 PM
OUTSOURCE YOUR ACCOUNTING TO SAVE TIME & MONEY !! CENTROL BUSINESS Excel Discussion (Misc queries) 0 January 22nd 06 02:51 PM
how to multiply time by money chriscadstud Excel Discussion (Misc queries) 2 October 30th 05 03:19 AM
Time Value of Money jconnalyjr Excel Worksheet Functions 3 June 2nd 05 10:18 PM
how do I download TVM(time value of money) tables puzzeled Excel Worksheet Functions 1 January 15th 05 11:09 PM


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