Help with Payback Period formula!

theconditioner

New Member
Joined
Oct 2, 2009
Messages
19
Hello,

I am trying to make a payback period formula, but I can't figure out a simple formula to use. Payback period is essentially the time it takes for your total cash flows to equal 0 (assuming that cash flows are evenly distributed through time).

I am trying to avoid making a "cumulative sum" row too.

Basically, what formula should I use in cell B4?

The answer should be 3.2 if I'm not mistaken.

Untitledpicture.png



Thanks!
 
Re: How many pay periods left?

How many pay periods left?

We have 26 bi-weekly pay periods in a year, so how to calculate how many left?

=(12-MONTH(A3))*2+1+(DAY(A3)<16); where A3 is =today()

I use this formula, but it’s not correct,
the formula has to change its number after every period end day, which is Saturday.

Hello Joyson
You probably should have posted this as a new question.
What is the date of your last pay period of the year?
The date of the last pay period in B1 and current date in A1

try =ROUNDUP((INT(B1/7)-INT(A1/7)+INT(WEEKDAY(A1)/7))/2,0)
 
Upvote 0

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Re: How many pay periods left?

Hello Joyson
You probably should have posted this as a new question.
What is the date of your last pay period of the year?
The date of the last pay period in B1 and current date in A1

try =ROUNDUP((INT(B1/7)-INT(A1/7)+INT(WEEKDAY(A1)/7))/2,0)

Thank you very much Dave,
it works perfectly,
I put the last pay period date in B1 which is Dec.18/10
 
Upvote 0

Forum statistics

Threads
1,215,381
Messages
6,124,614
Members
449,175
Latest member
Anniewonder

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