I have an issue I am trying to solve and having a hard time finding a solution and hoping someone can point me in the right direction.
I have a list of seasonal employees who will be clocking in by using an excel template. They scan the bar code on the back of their badge and the excel will time stamp the scan. I want to try and get it to also catagorize the scans are clock in or clock out based on their last scan.
[TABLE="width: 500"]
<tbody>[TR]
[TD]#[/TD]
[TD]Name[/TD]
[TD]Timestamp[/TD]
[TD]In/Out[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Mike[/TD]
[TD]9/17/2014 8:00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Ryan[/TD]
[TD]9/17/2014 8:30[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Mike[/TD]
[TD]9/17/2014 11:00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Mike[/TD]
[TD]9/17/2014 11:30[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Ryan[/TD]
[TD]9/17/2014 11:30[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the example the first and 2nd entries would be both IN, 3rd entry would be OUT, 4th IN and 5th OUT.
Would like to find a way to create a formula to alternate In and Out based on the previous punch or even In 1, Out 1, In 2, Out 2. This would allow me to see if there were any missed punches and be able to calculate each persons work time. Not sure if this can be done but any assistance as to method or formula would be great.
Much Appreciated to all who help.
I have a list of seasonal employees who will be clocking in by using an excel template. They scan the bar code on the back of their badge and the excel will time stamp the scan. I want to try and get it to also catagorize the scans are clock in or clock out based on their last scan.
[TABLE="width: 500"]
<tbody>[TR]
[TD]#[/TD]
[TD]Name[/TD]
[TD]Timestamp[/TD]
[TD]In/Out[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Mike[/TD]
[TD]9/17/2014 8:00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Ryan[/TD]
[TD]9/17/2014 8:30[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Mike[/TD]
[TD]9/17/2014 11:00[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Mike[/TD]
[TD]9/17/2014 11:30[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Ryan[/TD]
[TD]9/17/2014 11:30[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In the example the first and 2nd entries would be both IN, 3rd entry would be OUT, 4th IN and 5th OUT.
Would like to find a way to create a formula to alternate In and Out based on the previous punch or even In 1, Out 1, In 2, Out 2. This would allow me to see if there were any missed punches and be able to calculate each persons work time. Not sure if this can be done but any assistance as to method or formula would be great.
Much Appreciated to all who help.