I have a column which gives you the absolute time difference between a planned delivery and the actual delivery. Payment depends on time bands. So if you were ten minutes late or ten minutes early, the column would be 00:10:00. I have approximately 20,000 rows, I need to count the number of entries that are
1. 10 mins and under
2. between 11 and 30
3. 31 and 60
4. over 60 minutes
What's the best way?
That's all folks
1. 10 mins and under
2. between 11 and 30
3. 31 and 60
4. over 60 minutes
What's the best way?
That's all folks