#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default Inflation Calculator

I am trying to show payback of a purchase
I would like to have something along the lines of

(current cost * 4% annual inflation) / (cost of System) = (number of years
system pays for itself)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Inflation Calculator

Eric wrote:

I am trying to show payback of a purchase
I would like to have something along the lines of

(current cost * 4% annual inflation) / (cost of System) = (number of years
system pays for itself)


How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default Inflation Calculator

I just really need to know how to calculate the future cost if something will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:

How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Inflation Calculator

The inflated price would be =A1*(1.04^A2) if A1 is the original price and A2
is the number of years.
--
David Biddulph

"Eric" wrote in message
...
I just really need to know how to calculate the future cost if something
will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:

How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Inflation Calculator

Take 1.04 raised to the power of the years you want to calculate for,
multiply by the current cost, then subtract the current cost to see what
the difference is.



Eric wrote:

I just really need to know how to calculate the future cost if something will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:


How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default Inflation Calculator

The other option to calculate future cost is the FV function.

--
Regards,
Fred


"Eric" wrote in message
...
I just really need to know how to calculate the future cost if something will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:

How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default Inflation Calculator

Won't that create a circular referance? I am trying to find Years. I know
"current cost" I know inflation rate and I know "system cost".

I need to find time it will take for "system cost" to eual acrued "current
cost" with 4% inflation

"David Biddulph" wrote:

The inflated price would be =A1*(1.04^A2) if A1 is the original price and A2
is the number of years.
--
David Biddulph

"Eric" wrote in message
...
I just really need to know how to calculate the future cost if something
will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:

How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.





  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default Inflation Calculator

I am solving for years.

"Bob I" wrote:

Take 1.04 raised to the power of the years you want to calculate for,
multiply by the current cost, then subtract the current cost to see what
the difference is.



Eric wrote:

I just really need to know how to calculate the future cost if something will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:


How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.




  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default Inflation Calculator

That isn't right. I need it to give me compounded inflated price.
For example if A1 = 100 and A2 = 4 then the answer should be 424.6464 not 416

"David Biddulph" wrote:

The inflated price would be =A1*(1.04^A2) if A1 is the original price and A2
is the number of years.
--
David Biddulph

"Eric" wrote in message
...
I just really need to know how to calculate the future cost if something
will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:

How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.





  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default Inflation Calculator

If you're solving for years, use the NPER function.

--
Regards,
Fred


"Eric" wrote in message
...
I am solving for years.

"Bob I" wrote:

Take 1.04 raised to the power of the years you want to calculate for,
multiply by the current cost, then subtract the current cost to see what
the difference is.



Eric wrote:

I just really need to know how to calculate the future cost if something
will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:


How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.








  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Inflation Calculator

If you know the answer and one of the parameters of the equation is an
unknown, then you can use goal seek.

The other way of tackling it is to say that the number of years
=LOG(A5/A1,1.04), where A5 is your inflated cost and A1 is your original
cost.
--
David Biddulph

"Eric" wrote in message
...
Won't that create a circular referance? I am trying to find Years. I know
"current cost" I know inflation rate and I know "system cost".

I need to find time it will take for "system cost" to eual acrued "current
cost" with 4% inflation


"David Biddulph" wrote:

The inflated price would be =A1*(1.04^A2) if A1 is the original price and
A2
is the number of years.
--
David Biddulph

"Eric" wrote in message
...
I just really need to know how to calculate the future cost if something
will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:

How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.







  #12   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Inflation Calculator

Telling people "That isn't right" when they've given you the correct answer
to the question you've asked is not the wisest way of encouraging the
participants in the group to help you with your problems.

Taking your example, if A1=100 and A2=4, the answer is 116.9859, so I don't
know where you get your 424.6464 or your 416.
--
David Biddulph

"Eric" wrote in message
...
That isn't right. I need it to give me compounded inflated price.
For example if A1 = 100 and A2 = 4 then the answer should be 424.6464 not
416


"David Biddulph" wrote:

The inflated price would be =A1*(1.04^A2) if A1 is the original price and
A2
is the number of years.


"Eric" wrote in message
...
I just really need to know how to calculate the future cost if something
will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"




  #13   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 268
Default Inflation Calculator

You can keep up-to-date with the monthly (UK) inflation rate at
http://www.statistics.gov.uk/cci/nugget.asp?id=19

Regards.

Bill Ridgeway
Computer Solutions

"Eric" wrote in message
...
I am trying to show payback of a purchase
I would like to have something along the lines of

(current cost * 4% annual inflation) / (cost of System) = (number of years
system pays for itself)



  #14   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Inflation Calculator

OH! Rule of 70! Or 72 which ever you prefer. Simply divide 70 or 72 by
the rate of inflation. There is plenty references to it if you google.

Eric wrote:

I am solving for years.

"Bob I" wrote:


Take 1.04 raised to the power of the years you want to calculate for,
multiply by the current cost, then subtract the current cost to see what
the difference is.



Eric wrote:


I just really need to know how to calculate the future cost if something will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"

"Bob I" wrote:



How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.





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
Cumulated expenses with inflation. [email protected] Excel Worksheet Functions 4 December 6th 06 01:13 AM
uk tax calculator DarkNight New Users to Excel 21 May 3rd 06 06:19 PM
Inflation Adjustment dimitmant Excel Discussion (Misc queries) 1 November 17th 05 09:06 AM
Real RATE of return using =RATE illusive, inflation adjusted inflo Pro - Land Excel Worksheet Functions 4 November 1st 05 03:06 AM
Inflation Craig Schef Excel Discussion (Misc queries) 3 March 17th 05 01:19 PM


All times are GMT +1. The time now is 10:32 AM.

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"