I have a month of data in an Excel spreadsheet. The date and time are in the same column. It's like 2007-01-15 12:05. I want to count the number of records for each day. I did it by hand and it took me a couple of hours. Next month, I want to take a short cut like using the autofilter or the count formula. I tried the autofilter and it works fine for some days and not other days. I told the autofilter to show everything that contains *01-15* and it didn't show anything that happened on the fifteenth of January. When I used the autofilter to show everything that contains *01-31* it showed everything on January 31st just fine. What could be going wrong? What should I do?