Hello!
I'm working with a very large data set (>1m rows) of time card punches. The goal is to find out the maximum number of punches that occur within a given time frame.
As an example, I want to find out the max number of punches within a ten minute time frame for the data below. The answer should come back as ten, for the time period between 13:25 and 13:34.
This set spans over 20 stores and 6 months (with punches anywhere between 6am and 11pm). Any ideas how to iterate this? I realize I could create SUMIFS up against two columns of times (6:00, 6:01) and (6:10, 6:11) etc., but was hoping for a better solution that would allow me to change the range of time from ten minutes to five minutes or whatever else my boss would like to see.
My data is simple, it's just two columns. I'm also posting a sheet (that has more and different info than below).
Store Time
29 3/23/14 12:57
29 3/23/14 13:25
29 3/23/14 13:25
29 3/23/14 13:25
29 3/23/14 13:25
29 3/23/14 13:26
29 3/23/14 13:26
29 3/23/14 13:26
29 3/23/14 13:26
29 3/23/14 13:30
29 3/23/14 13:30
29 3/23/14 13:37
29 3/23/14 13:37
29 3/23/14 13:37
29 3/23/14 13:37
Bookmarks