Calculate the number of biweekly payments in a pay period based on first payment date, start and end date

DataWannaBe

New Member
Joined
Nov 8, 2022
Messages
2
Office Version
  1. 365
  2. 2016
  3. 2013
  4. 2011
  5. 2010
Platform
  1. Windows
I've read a lot of threads and usually manage to find my answers, but haven't quite managed on this occasion.

I have a period start date in b1
Period end date in b2
The first date of the biweekly occurrence in b3

1714642891036.png


Based on the payment being fortnightly, I need to calculate how often it will occur in the period starting on b1 including b2 if I first paid it in b3.

Thanks in advance for any help you can provide.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
@DataWannaBe Maybe try like below.

Testing Formula Update.xlsm
ABCD
1PPStart4/27/24Payments Due
2PPEnd5/26/242
3FirstPay4/17/24
2020
Cell Formulas
RangeFormula
D2D2=(QUOTIENT(B2-B3,14)+1)-(QUOTIENT(B1-B3-1,14)+(B3<B1))


HTH
 
Upvote 0

Forum statistics

Threads
1,216,071
Messages
6,128,622
Members
449,460
Latest member
jgharbawi

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