Payroll Calendar Calculation ??!! Help?

InFeKtId

New Member
Joined
Sep 3, 2014
Messages
9
Hello,

What im trying to do is create a Excel Form that will display the dates of our new hires raise points Per pay period. example:


[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Employee Name[/TD]
[TD]HIRE DATE [/TD]
[TD]6 Months[/TD]
[TD]1 Year [/TD]
[TD]2 years [/TD]
[TD]3 Years[/TD]
[TD]6 Years [/TD]
[/TR]
[TR]
[TD]Test Testington[/TD]
[TD] 8/4/2014[/TD]
[TD]Date here[/TD]
[TD] Date here[/TD]
[TD]Date here[/TD]
[TD]Date here[/TD]
[TD]Date here[/TD]
[/TR]
</tbody>[/TABLE]

I need it to land on every friday bi weekly for each pay period avoiding landing on weekends and holidays of course.

I think I have the first part kind of heading in the right direction, but i'm not very good with this date thing on excel. I'm alright with the simple stuff but this is OMH?

This is what I have so far .... no much.... =$B2-WEEKDAY($B2)+13 this seems to be landing on Fridays and no matter what the start date is its landing on the next bi weekly pay period. It seems to be picking the right ones from what I tested but you guys are the experts :)


Thanks in advance
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 
The formula as proposed will be ok. I think you have missed out the $ signs that lock the reference to A3 when you copy.
A6+14-MOD(A6-$A$3,14)
 
Upvote 0

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