1st and 15th pay period calculation

sdickey_2000

New Member
Joined
May 17, 2010
Messages
1
I am working on a payroll schedule that needs to list the 1st and 15th pay periods (ie: 01/15/10, 01/31/10). I am trying to find a quick way to auto fill the page with these dates for the entire year. I am also need it to only fill weekdays.

Example: May 15th is a Saturday so the actual fill date would be 05/14/10, the next pay date would be 05/31/10, the next 06/15/10, 06/30/10, 07/15/10, 07/30/10, and so on...and so on.

I have done this before, but it has been so many years ago that I cannot remember how I did it. Please help!!
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Not clear which version of XL you're using but I would suggest you make use of WORKDAY function which prior to XL2007 requires activation of the Analysis ToolPak add-in via Tools -> Add-ins, at which point:

Excel Workbook
A
12010
215-Jan-10
329-Jan-10
415-Feb-10
526-Feb-10
615-Mar-10
731-Mar-10
815-Apr-10
930-Apr-10
1014-May-10
1131-May-10
1215-Jun-10
1330-Jun-10
1415-Jul-10
1530-Jul-10
1613-Aug-10
1731-Aug-10
1815-Sep-10
1930-Sep-10
2015-Oct-10
2129-Oct-10
2215-Nov-10
2330-Nov-10
2415-Dec-10
2531-Dec-10
Sheet3


The value in A1 is manual entry (year).

WORKDAY has a further optional parameter to cater for public holidays (Mon-Fri) - see XL Help for more info.
 
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,008
Members
448,935
Latest member
ijat

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