Pay Date based on date

STEVEMILLS04

Board Regular
Joined
Oct 8, 2009
Messages
113
Thank you in advance for ANY help! I need to create a list of dates from 2006 thru 2013 in column A, then to have the paydate in column B. Obviously, doing this manually would take forever! I already have the dates listed in Column A, just need to figure out a formula to calculate the pay date in B. Our pay periods are biweekly, and run Sunday thru Saturday. For example, Pay date 01/27/2012 is for pay period 01/01/2012 - 01/14/2012. My list needs to be as follows:



Date Pay Date
01/12/2012 01/27/2012
01/13/2012 01/27/2012
01/14/2012 01/27/2012
01/15/2012 02/10/2012

and so on, from 2006 thru 2013. Thanks again!
 
Last edited:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Enter the date 01/01/2006 in say A1, then use the fill handle to copy it down to around A3000, the date should auto increase.

Then in A2 enter

=CEILING(A1,14)+13

and double click the fill handle to copy the formula down next to the dates.

It matches with your sample dates, however, please note that it might not work if you use the 1904 date system.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

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