i think mpb1955 means strip the non whole hours out from say
01/01/2008 06:00:00
01/01/2008 06:02:00
01/01/2008 06:00:09
01/01/2008 06:00:07
01/01/2008 06:00:03
01/01/2008 07:00:00
to leave just
01/01/2008 06:00:00
01/01/2008 07:00:00
if thats the case and the cells havent been formatted as time when it was imported, try in an empty column say AA
=IF(ISERROR(FIND(":00:00",D1,1)=14),"",D1)
and drag fill down to last row
then copy AA and paste it back special /values into same column(AA)
then sort whole sheet by column AA
that should bring all the full hour ones to top
delete everything after them
Bookmarks