I have a column with a date/time. I need to know how many instances occur by time block. The blocks are 0000-0400, 0400-1200, 1200-2000 and 2000-0000. I have tried =COUNTIFS(D:D,">=00:00:00",D:D,"<=04:00:00") but it returns nothing. That does work in another sheet that only has time in the column. The cells show this format:
But the actual data is in this format: 4/19/2024 21:48:00
19/2148 |
20/1439 |
22/1214 |
But the actual data is in this format: 4/19/2024 21:48:00