I have an issue that I know the theory behind but lack the VB/Excel knowledge to conquer: I have a column of dates/times that I need to use to calculate tickets created by hour. There are exactly 2804 rows in this column so I am trying to avoid spending an hour doing this manually. The dates are in this format: MM/DD/YY HH:MM AM/PM (Eg. 1/1/16 7:57 AM)
I was thinking of using a simple counting loop to calculate the amount of tickets for each hour, but I am having issues finding the best method to output the count of the tickets created each hour into another cell so that I can get the data I need.
Any help will be much appreciated!
Thanks
Bookmarks