#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 45
Default PayBack Period

I hope I can make this understandable!

I am looking for a formula that enables me to determine the pay back period
on an investment project. Relevant input will be the initial investment cost,
monthly income generated by this investment (rising annually by CPI) and an
allowance for 'cost of money' being the 'Discount factor'. The answer should
be a period of months.

I can calculate this (a little manually) but need a formula so that I can
carry out multiple calculations on a range of scenarios. I know this is
probably very simple but I am no Excel expert.

Hope someone can assist.

Cheers...Scotty
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default PayBack Period

If you have constant monthly income, then you have a simple NPER formula:
=nper(DiscountRate/12,MonthlyIncome,-InvestmentAmount)

With increasing monthly income, one common solution is to use the real rate
of return, as in:
=nper((DiscountRate-CPI)/12,InitialMonthlyIncome,-InvestmentAmount)

If you don't want to use the real rate of return approach, then you can
automate your method using Goal Seek.

Regards,
Fred.

"Scotty" wrote in message
...
I hope I can make this understandable!

I am looking for a formula that enables me to determine the pay back
period
on an investment project. Relevant input will be the initial investment
cost,
monthly income generated by this investment (rising annually by CPI) and
an
allowance for 'cost of money' being the 'Discount factor'. The answer
should
be a period of months.

I can calculate this (a little manually) but need a formula so that I can
carry out multiple calculations on a range of scenarios. I know this is
probably very simple but I am no Excel expert.

Hope someone can assist.

Cheers...Scotty


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 45
Default PayBack Period

Fred,

many thanks for this and for making it so simple to understand.

Cheers...Scotty

"Fred Smith" wrote:

If you have constant monthly income, then you have a simple NPER formula:
=nper(DiscountRate/12,MonthlyIncome,-InvestmentAmount)

With increasing monthly income, one common solution is to use the real rate
of return, as in:
=nper((DiscountRate-CPI)/12,InitialMonthlyIncome,-InvestmentAmount)

If you don't want to use the real rate of return approach, then you can
automate your method using Goal Seek.

Regards,
Fred.

"Scotty" wrote in message
...
I hope I can make this understandable!

I am looking for a formula that enables me to determine the pay back
period
on an investment project. Relevant input will be the initial investment
cost,
monthly income generated by this investment (rising annually by CPI) and
an
allowance for 'cost of money' being the 'Discount factor'. The answer
should
be a period of months.

I can calculate this (a little manually) but need a formula so that I can
carry out multiple calculations on a range of scenarios. I know this is
probably very simple but I am no Excel expert.

Hope someone can assist.

Cheers...Scotty



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
Calculate Payback Period G Excel Worksheet Functions 1 September 12th 08 06:21 AM
payback period for a 10 years investment tlgoh Excel Worksheet Functions 1 August 25th 08 03:34 PM
payback period Kake Excel Worksheet Functions 2 May 19th 07 07:21 AM
Payback Period rk0909 Excel Discussion (Misc queries) 1 April 12th 07 04:27 PM
Payback Period Plum Excel Discussion (Misc queries) 1 October 21st 06 10:25 AM


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