Bi-Weekly date problem :(

Ticcer

New Member
Joined
Aug 2, 2011
Messages
37
In C1 I have the beginning date of the first pay period an employee commenced work, e.g. 18/09/2015. In C2 I have the end date of that first pay period, e.g. 01/10/2015. I thought these would be useful as formula helpers.


The records begin at row 6, with the date the employee began working at C6, e.g. 28/09/2015, C7 = 29/09/2015, C8 = 30/09/2015, C9 = 01/10/2015 and so on. as shown below.

I'd like a formula in the I column (Pay Period) to check the date in the C column (Date Worked) and determine the pay period number for the employee, e.g. all dates in column C between (and including) 18/09/2015 and 01/10/2015 should return a '1' result in column I (even though the employee began after the 18/09/2015). All dates in column C between (and including) 02/10/2015 and 15/10/2015 should return the number '2' to the formula in column I, and so on.

Basically, as shown below, the number in column I increments by 1 every 14 days, but the employee started in the middle of the first pay period, so there are only 4 cells in column I that have the number 1.


I can't figure out for the life of me how to account for that part period in a formula.


Sample data set is below The "Store" column is B

[TABLE="width: 750"]
<tbody>[TR]
[TD]Store[/TD]
[TD]Date Worked[/TD]
[TD]Day Worked[/TD]
[TD]Time Start[/TD]
[TD]Time Finish[/TD]
[TD]Unpaid Break[/TD]
[TD]Hours Worked[/TD]
[TD]Pay Period[/TD]
[TD]Pay Day[/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]28/09/2015[/TD]
[TD]Monday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]29/09/2015[/TD]
[TD]Tuesday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Day Off[/TD]
[TD]30/09/2015[/TD]
[TD]Wednesday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]1/10/2015[/TD]
[TD]Thursday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]1[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]2/10/2015[/TD]
[TD]Friday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Day Off[/TD]
[TD]3/10/2015[/TD]
[TD]Saturday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0[/TD]
[TD][/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Day Off[/TD]
[TD]4/10/2015[/TD]
[TD]Sunday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0[/TD]
[TD][/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Day Off[/TD]
[TD]5/10/2015[/TD]
[TD]Monday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]6/10/2015[/TD]
[TD]Tuesday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]7/10/2015[/TD]
[TD]Wednesday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]8/10/2015[/TD]
[TD]Thursday[/TD]
[TD]9:00 AM[/TD]
[TD]5:00 PM[/TD]
[TD]0.5[/TD]
[TD]7.5[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]9/10/2015[/TD]
[TD]Friday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]10/10/2015[/TD]
[TD]Saturday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0[/TD]
[TD][/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]11/10/2015[/TD]
[TD]Sunday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0[/TD]
[TD][/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Day Off[/TD]
[TD]12/10/2015[/TD]
[TD]Monday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0[/TD]
[TD][/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]13/10/2015[/TD]
[TD]Tuesday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]14/10/2015[/TD]
[TD]Wednesday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]15/10/2015[/TD]
[TD]Thursday[/TD]
[TD]9:00 AM[/TD]
[TD]6:30 PM[/TD]
[TD]0.5[/TD]
[TD]9[/TD]
[TD]2[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]16/10/2015[/TD]
[TD]Friday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]17/10/2015[/TD]
[TD]Saturday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0[/TD]
[TD][/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]18/10/2015[/TD]
[TD]Sunday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0[/TD]
[TD][/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]19/10/2015[/TD]
[TD]Monday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]20/10/2015[/TD]
[TD]Tuesday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]21/10/2015[/TD]
[TD]Wednesday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]22/10/2015[/TD]
[TD]Thursday[/TD]
[TD]9:00 AM[/TD]
[TD]5:00 PM[/TD]
[TD]0.5[/TD]
[TD]7.5[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]23/10/2015[/TD]
[TD]Friday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Day Off[/TD]
[TD]24/10/2015[/TD]
[TD]Saturday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0[/TD]
[TD][/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Day Off[/TD]
[TD]25/10/2015[/TD]
[TD]Sunday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0[/TD]
[TD][/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]26/10/2015[/TD]
[TD]Monday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0.5[/TD]
[TD][/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]27/10/2015[/TD]
[TD]Tuesday[/TD]
[TD]Off[/TD]
[TD]Off[/TD]
[TD]0.5[/TD]
[TD][/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]28/10/2015[/TD]
[TD]Wednesday[/TD]
[TD]9:00 AM[/TD]
[TD]5:30 PM[/TD]
[TD]0.5[/TD]
[TD]8[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store 1[/TD]
[TD]29/10/2015[/TD]
[TD]Thursday[/TD]
[TD]9:00 AM[/TD]
[TD]5:00 PM[/TD]
[TD]0.5[/TD]
[TD]7.5[/TD]
[TD]3[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]


Any help would be much appreciated as it's been a few years since I picked up Excel and I'm way rusty. Using Excel 2010.
 
Last edited:

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Hi,

This is one way.

I2 formula copied down, start date of 18/09/2015 hard coded in formula.
L2 formula copied down, start date in M2 used as reference in formula.


Book1
BCDEFGHIJKLM
1StoreDate WorkedDay WorkedTime StartTime FinishUnpaid BreakHours WorkedPay PeriodPay DayPay PeriodStart Date
2Store 128/09/2015Monday9:00 AM5:30 PM0.581118/09/2015
3Store 129/09/2015Tuesday9:00 AM5:30 PM0.5811
4Day Off30/09/2015Wednesday9:00 AM5:30 PM0.5811
5Store 101/10/2015Thursday9:00 AM5:30 PM0.581Yes1
6Store 102/10/2015Friday9:00 AM5:30 PM0.5822
7Day Off03/10/2015SaturdayOffOff022
8Day Off04/10/2015SundayOffOff022
9Day Off05/10/2015Monday9:00 AM5:30 PM0.5822
10Store 106/10/2015Tuesday9:00 AM5:30 PM0.5822
11Store 107/10/2015Wednesday9:00 AM5:30 PM0.5822
12Store 108/10/2015Thursday9:00 AM5:00 PM0.57.522
13Store 109/10/2015Friday9:00 AM5:30 PM0.5822
14Store 110/10/2015SaturdayOffOff022
15Store 111/10/2015SundayOffOff022
16Day Off12/10/2015MondayOffOff022
17Store 113/10/2015Tuesday9:00 AM5:30 PM0.5822
18Store 114/10/2015Wednesday9:00 AM5:30 PM0.5822
19Store 115/10/2015Thursday9:00 AM6:30 PM0.592Yes2
20Store 116/10/2015Friday9:00 AM5:30 PM0.5833
21Store 117/10/2015SaturdayOffOff033
22Store 118/10/2015SundayOffOff033
23Store 119/10/2015Monday9:00 AM5:30 PM0.5833
24Store 120/10/2015Tuesday9:00 AM5:30 PM0.5833
25Store 121/10/2015Wednesday9:00 AM5:30 PM0.5833
26Store 122/10/2015Thursday9:00 AM5:00 PM0.57.533
27Store 123/10/2015Friday9:00 AM5:30 PM0.5833
28Day Off24/10/2015SaturdayOffOff033
29Day Off25/10/2015SundayOffOff033
30Store 126/10/2015MondayOffOff0.533
31Store 127/10/2015TuesdayOffOff0.533
32Store 128/10/2015Wednesday9:00 AM5:30 PM0.5833
33Store 129/10/2015Thursday9:00 AM5:00 PM0.57.53Yes3
Sheet126
Cell Formulas
RangeFormula
I2=ROUNDUP((C2-DATE(2015,9,18)+1)/14,0)
L2=ROUNDUP((C2-M$2+1)/14,0)
 
Upvote 0
Thanks Jtakw. I'll give that a go when I get home. I don't mind the extra column... basically just want something that works lol. Cheers muchly.

T
 
Upvote 0
Thanks Jtakw. I'll give that a go when I get home. I don't mind the extra column... basically just want something that works lol. Cheers muchly.

T

No, No....There's no Extra Column, I'm giving you a Choice of hard-coding the Start Date in the formula OR using a Cell Reference that you can Change easily.

Just choose one or the other, Not both...

Let me know if you need more clarification.
 
Upvote 0
No, No....There's no Extra Column, I'm giving you a Choice of hard-coding the Start Date in the formula OR using a Cell Reference that you can Change easily.

Just choose one or the other, Not both...

Let me know if you need more clarification.

Ah! I see. Sorry. didn't read it properly... too much going on at work lol.

Thanks for clarifying.

T
 
Upvote 0
Modified it slightly to work without hard coding date with no extra column:

First row of data is 6 with first date at C6, Start Date is at C1

=ROUNDUP((C6-DATE(YEAR($C$1),MONTH($C$1),DAY($C$1))+1)/14,0)

Works well. Many thanks again.

T
 
Upvote 0
You're welcome, glad you got it working.

But I Never suggested an Extra Column. Thought you understood.

Also, you stated start date is 18/09/2015, C1 (may be you mean C2), is 28/09/2015
 
Last edited:
Upvote 0
Modified it slightly to work without hard coding date

Start Date is at C1

=ROUNDUP((C6-DATE(YEAR($C$1),MONTH($C$1),DAY($C$1))+1)/14,0)

Works well. Many thanks again.

T

Just curious, if this version of the formula is working, why can't it just be:

=ROUNDUP((C6-$C$1+1)/14,0)

as I suggested in post #2 , L2 formula, Cell reference version?
 
Upvote 0
Correct. I screwed up the dates. Start date is 28/9/2015 not 18/9/2015. So =ROUNDUP((C6-C$1+11)/14,0) works in column I :)

Excel 2010
ABCDEFGHI
Pay DayStore
Store 1
Store 1
Day Off
Store 1
Store 1
Day Off
Day Off
Day Off
Store 1
Store 1
Store 1
Store 1
Store 1
Store 1
Day Off
Store 1
Store 1
Store 1
Store 1
Store 1
Store 1
Store 1
Store 1
Store 1
Store 1
Store 1
Day Off
Day Off
Store 1
Store 1
Store 1
Store 1

<tbody>
[TD="align: center"]1[/TD]
[TD="align: right"]First Pay Period Start[/TD]
[TD="align: right"][/TD]
[TD="align: right"]28/09/2015[/TD]
[TD="align: right"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]2[/TD]
[TD="align: right"]First Pay Period End[/TD]
[TD="align: right"][/TD]
[TD="align: right"]1/10/2015[/TD]
[TD="align: right"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]3[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]4[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]5[/TD]

[TD="align: center"]Date Worked[/TD]
[TD="align: center"]Day Worked[/TD]
[TD="align: center"]Time Start[/TD]
[TD="align: center"]Time Finish[/TD]
[TD="align: center"]Unpaid Break[/TD]
[TD="align: center"]Hours Worked[/TD]
[TD="align: center"]Pay Period[/TD]

[TD="align: center"]6[/TD]
[TD="align: center"][/TD]

[TD="align: center"]28/09/2015[/TD]
[TD="align: center"]Monday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]1[/TD]

[TD="align: center"]7[/TD]
[TD="align: center"][/TD]

[TD="align: center"]29/09/2015[/TD]
[TD="align: center"]Tuesday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]1[/TD]

[TD="align: center"]8[/TD]
[TD="align: center"][/TD]

[TD="align: center"]30/09/2015[/TD]
[TD="align: center"]Wednesday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]1[/TD]

[TD="align: center"]9[/TD]
[TD="align: center"]Yes[/TD]

[TD="align: center"]1/10/2015[/TD]
[TD="align: center"]Thursday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]1[/TD]

[TD="align: center"]10[/TD]
[TD="align: center"][/TD]

[TD="align: center"]2/10/2015[/TD]
[TD="align: center"]Friday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]11[/TD]
[TD="align: center"][/TD]

[TD="align: center"]3/10/2015[/TD]
[TD="align: center"]Saturday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]12[/TD]
[TD="align: center"][/TD]

[TD="align: center"]4/10/2015[/TD]
[TD="align: center"]Sunday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]13[/TD]
[TD="align: center"][/TD]

[TD="align: center"]5/10/2015[/TD]
[TD="align: center"]Monday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]14[/TD]
[TD="align: center"][/TD]

[TD="align: center"]6/10/2015[/TD]
[TD="align: center"]Tuesday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]15[/TD]
[TD="align: center"][/TD]

[TD="align: center"]7/10/2015[/TD]
[TD="align: center"]Wednesday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]16[/TD]
[TD="align: center"][/TD]

[TD="align: center"]8/10/2015[/TD]
[TD="align: center"]Thursday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:00 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]7.5[/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]17[/TD]
[TD="align: center"][/TD]

[TD="align: center"]9/10/2015[/TD]
[TD="align: center"]Friday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]18[/TD]
[TD="align: center"][/TD]

[TD="align: center"]10/10/2015[/TD]
[TD="align: center"]Saturday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]19[/TD]
[TD="align: center"][/TD]

[TD="align: center"]11/10/2015[/TD]
[TD="align: center"]Sunday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]20[/TD]
[TD="align: center"][/TD]

[TD="align: center"]12/10/2015[/TD]
[TD="align: center"]Monday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]21[/TD]
[TD="align: center"][/TD]

[TD="align: center"]13/10/2015[/TD]
[TD="align: center"]Tuesday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]22[/TD]
[TD="align: center"][/TD]

[TD="align: center"]14/10/2015[/TD]
[TD="align: center"]Wednesday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]23[/TD]
[TD="align: center"]Yes[/TD]

[TD="align: center"]15/10/2015[/TD]
[TD="align: center"]Thursday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]6:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]9[/TD]
[TD="align: center"]2[/TD]

[TD="align: center"]24[/TD]
[TD="align: center"][/TD]

[TD="align: center"]16/10/2015[/TD]
[TD="align: center"]Friday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]25[/TD]
[TD="align: center"][/TD]

[TD="align: center"]17/10/2015[/TD]
[TD="align: center"]Saturday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]26[/TD]
[TD="align: center"][/TD]

[TD="align: center"]18/10/2015[/TD]
[TD="align: center"]Sunday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]27[/TD]
[TD="align: center"][/TD]

[TD="align: center"]19/10/2015[/TD]
[TD="align: center"]Monday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]28[/TD]
[TD="align: center"][/TD]

[TD="align: center"]20/10/2015[/TD]
[TD="align: center"]Tuesday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]29[/TD]
[TD="align: center"][/TD]

[TD="align: center"]21/10/2015[/TD]
[TD="align: center"]Wednesday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]30[/TD]
[TD="align: center"][/TD]

[TD="align: center"]22/10/2015[/TD]
[TD="align: center"]Thursday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:00 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]7.5[/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]31[/TD]
[TD="align: center"][/TD]

[TD="align: center"]23/10/2015[/TD]
[TD="align: center"]Friday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]32[/TD]
[TD="align: center"][/TD]

[TD="align: center"]24/10/2015[/TD]
[TD="align: center"]Saturday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]33[/TD]
[TD="align: center"][/TD]

[TD="align: center"]25/10/2015[/TD]
[TD="align: center"]Sunday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]34[/TD]
[TD="align: center"][/TD]

[TD="align: center"]26/10/2015[/TD]
[TD="align: center"]Monday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]35[/TD]
[TD="align: center"][/TD]

[TD="align: center"]27/10/2015[/TD]
[TD="align: center"]Tuesday[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]Off[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]36[/TD]
[TD="align: center"][/TD]

[TD="align: center"]28/10/2015[/TD]
[TD="align: center"]Wednesday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:30 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]8[/TD]
[TD="align: center"]3[/TD]

[TD="align: center"]37[/TD]
[TD="align: center"]Yes[/TD]

[TD="align: center"]29/10/2015[/TD]
[TD="align: center"]Thursday[/TD]
[TD="align: center"]9:00 AM[/TD]
[TD="align: center"]5:00 PM[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]7.5[/TD]
[TD="align: center"]3[/TD]

</tbody>

 
Upvote 0

Forum statistics

Threads
1,223,710
Messages
6,174,019
Members
452,542
Latest member
Bricklin

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