sthrncaliguy
Board Regular
- Joined
- Jul 28, 2009
- Messages
- 213
Hi,
I have a spreadsheet with rows of data. In each row of data, column A is a timestamp in the following format:
<TABLE style="WIDTH: 81pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=108 border=0><COLGROUP><COL style="WIDTH: 81pt; mso-width-source: userset; mso-width-alt: 3949" width=108><TBODY><TR style="HEIGHT: 12.75pt" height=17><TD class=xl66 style="BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: #d4d0c8; WIDTH: 81pt; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: transparent" align=right width=108 height=17>11/30/2009 23:43</TD></TR></TBODY></TABLE>
What I need to do is have a formula compare whether or not the timestamp falls within an individuals set work schedule.
So say this is my data...
Date Employee Within Work Schedule?
11/30/2009 23:43 John Maydor
11/27/2009 18:46 Tim Jones
Work Schedules
John Maydor Mon. - Fri. 8:00-17:00
Tim Jones Tue. - Sat. 10:30 - 19:30
So in this example, I would want a formula that would return a "No" value for John Maydor's entry, and a "Yes" value for Tim Jones entry.
What would the formula look like in the "Within Work Schedule" column?
Also I can set the Work Schedule data table up however needed, I.E. I can put the start and end times in different cells if necessary.
I have a spreadsheet with rows of data. In each row of data, column A is a timestamp in the following format:
<TABLE style="WIDTH: 81pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=108 border=0><COLGROUP><COL style="WIDTH: 81pt; mso-width-source: userset; mso-width-alt: 3949" width=108><TBODY><TR style="HEIGHT: 12.75pt" height=17><TD class=xl66 style="BORDER-RIGHT: #d4d0c8; BORDER-TOP: #d4d0c8; BORDER-LEFT: #d4d0c8; WIDTH: 81pt; BORDER-BOTTOM: #d4d0c8; HEIGHT: 12.75pt; BACKGROUND-COLOR: transparent" align=right width=108 height=17>11/30/2009 23:43</TD></TR></TBODY></TABLE>
What I need to do is have a formula compare whether or not the timestamp falls within an individuals set work schedule.
So say this is my data...
Date Employee Within Work Schedule?
11/30/2009 23:43 John Maydor
11/27/2009 18:46 Tim Jones
Work Schedules
John Maydor Mon. - Fri. 8:00-17:00
Tim Jones Tue. - Sat. 10:30 - 19:30
So in this example, I would want a formula that would return a "No" value for John Maydor's entry, and a "Yes" value for Tim Jones entry.
What would the formula look like in the "Within Work Schedule" column?
Also I can set the Work Schedule data table up however needed, I.E. I can put the start and end times in different cells if necessary.