Payback Period

worldwidewall

New Member
Joined
May 28, 2011
Messages
31
Hi<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
I am looking for a formula to determine the payback period in years of purchasing a particular machine. This machine will replace an employee or two. I want to determine the payback period assuming an annual raise for the employees that would be replaced. In other words each year I will be saving a salary that would have increased had I not bought the machine and replaced the employee.<o:p></o:p>
<o:p></o:p>
Cell A1 = 2.5% (yearly raise percentage)<o:p></o:p>
Cell A2 = $50000 (yearly savings in the first year)<o:p></o:p>
Cell A3 = $326000 (Machine Cost)<o:p></o:p>
Cell A4 = Formula to determine the payback period in years<o:p></o:p>
<o:p></o:p>
I can do this by putting the increasing salaries in adjacent cells and then using linear interpolation but this is too clumsy. I know there is a formula that will work.<o:p></o:p>
<o:p></o:p>
Thanks<o:p></o:p>
<o:p></o:p>
Dave<o:p></o:p>
<o:p> </o:p>
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
I think ...

=NPER(2.5%, -50000, 0, 326000) ~ 6.11

That assumes that the cost of money is zero, though.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top