mwooster21
New Member
- Joined
- Jul 7, 2011
- Messages
- 10
I have a spreadsheet with one column showing the start date and the next column showing the end date.
like so:
<TABLE style="WIDTH: 218pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=290><COLGROUP><COL style="WIDTH: 109pt; mso-width-source: userset; mso-width-alt: 5302" span=2 width=145><TBODY><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 109pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl65 height=17 width=145 align=right>6/13/2011 9:00</TD><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 109pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl65 width=145 align=right>7/22/2011 22:00</TD></TR></TBODY></TABLE>
I am not interested in the date. I would like to strip out the date and find a way to filter based off of the time.
I need times between 14:00 and 18:30. I was thinking i could filter <= 18:30 in the end column and >=14:00 in the start column.
Does anyone have any ideas?
I am on Excel 2007
like so:
<TABLE style="WIDTH: 218pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=290><COLGROUP><COL style="WIDTH: 109pt; mso-width-source: userset; mso-width-alt: 5302" span=2 width=145><TBODY><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 109pt; HEIGHT: 12.75pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl65 height=17 width=145 align=right>6/13/2011 9:00</TD><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 109pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl65 width=145 align=right>7/22/2011 22:00</TD></TR></TBODY></TABLE>
I am not interested in the date. I would like to strip out the date and find a way to filter based off of the time.
I need times between 14:00 and 18:30. I was thinking i could filter <= 18:30 in the end column and >=14:00 in the start column.
Does anyone have any ideas?
I am on Excel 2007