Removing-Filtering out Times

jschoon4

New Member
Joined
Dec 16, 2010
Messages
35
I have a "Time" Column with about 23,000 rows of assorted times and various other data in a particular row. I want to filter out rows with Times between 8:00:00 am to 5:00:00 pm. In Other words I don't want to see those rows. EXAMPLE:
Time
08:06:06 AM
12:00:00 AM
12:16:09 AM
12:20:07 AM
1:28:14 AM
1:37:47 PM
1:37:48 PM
2:24:51 AM
2:55:01 AM
3:43:34 AM
4:11:09 PM
4:16:36 PM
4:35:15 PM
4:41:31 PM
5:48:58 AM

<tbody>
</tbody><colgroup><col></colgroup>
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Times are assigned a value between 0 and 1,

so 8 AM would be = 8/24 = 0.3333
and 5 PM would be = 17/24 = 0.7083333

So try filtering between those two values.

Cheers
 
Upvote 0
Just use an autofilter (CTRL + SHIFT + L) for the time column, select number filters -> between and use 0.3333333 for the lower bound and 0.7083333 for the upper bound.
 
Upvote 0

Forum statistics

Threads
1,216,095
Messages
6,128,794
Members
449,468
Latest member
AGreen17

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