Calculate number of remaining biweekly pay periods

ImRockDoc

New Member
Joined
Jul 9, 2021
Messages
5
Office Version
  1. 2016
Platform
  1. Windows
I am federal employee. I have a need to figure out how many pay periods remain in a year based on the present date.. Depending on when the leave year ends from the previous year dictates when the first biweekly pay period begins (see Federal Employee Leave Year Beginning and Ending Dates). As such there can be 26 or 27 pay periods. Thanks in advance,

Chuck
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi Chuck,

Given the layout of my worksheet, enter the following formula in G2 and copy it down.

=INT((DATE(YEAR(F2),12,31)-F2)/14+1)

1625869801029.png


Kind regards

Saba
 
Upvote 0
Solution
Ok the start of the pay periods change. Actually this does not work. Using your example on 10/7/21 should be 6 if we start on the start date by year.
Leave YearLeave Year Beginning Date
20121-Jan-12
201313-Jan-13
201412-Jan-14
201511-Jan-15
201610-Jan-16
20178-Jan-17
20187-Jan-18
20196-Jan-19
20205-Jan-20
20213-Jan-21
20222-Jan-22
20231-Jan-23
202414-Jan-24
202512-Jan-25
202611-Jan-26
202710-Jan-27
20289-Jan-28
20297-Jan-29
20306-Jan-30
 
Upvote 0
Hi Chuck,

I tested it using 1 Jan 2012.

It shows 27 pay periods and on 1 July 2012, 13 pay periods left. They reconcile with detailed cal on the left side.



1625872465135.png


Kind regards

Saba
 
Upvote 0
Can you do the same for years starting with Oct 1 and ending with sep 30 of the next year?
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

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