kumara_faith
Well-known Member
- Joined
- Aug 19, 2006
- Messages
- 951
- Office Version
- 365
Hi,
I have the following data:
I need to group the above data in intervals of 0-5,5-10,10-15,15-20 and above 30 minutes. If the waiting time is 3 minutes, the formula should return "0-5". Is there a way to achieve this via formula?
I have the following data:
Excel Workbook | |||
---|---|---|---|
K | |||
1 | Wait Period | ||
2 | 0:00:42 | ||
3 | 0:00:11 | ||
4 | 0:00:57 | ||
5 | 0:00:21 | ||
6 | 0:05:52 | ||
7 | 0:06:04 | ||
8 | 0:11:45 | ||
9 | 0:20:57 | ||
10 | 0:00:12 | ||
11 | 0:00:28 | ||
12 | 0:01:22 | ||
13 | 0:10:29 | ||
14 | 0:21:23 | ||
15 | 0:00:15 | ||
16 | 0:04:53 | ||
17 | 0:03:21 | ||
18 | 0:03:15 | ||
19 | 0:10:33 | ||
20 | 0:00:17 | ||
21 | 0:00:09 | ||
22 | 0:04:05 | ||
23 | 0:08:01 | ||
24 | 0:12:27 | ||
25 | 0:12:45 | ||
26 | 0:21:09 | ||
27 | 0:21:40 | ||
28 | 0:21:08 | ||
29 | 0:29:20 | ||
Data |
I need to group the above data in intervals of 0-5,5-10,10-15,15-20 and above 30 minutes. If the waiting time is 3 minutes, the formula should return "0-5". Is there a way to achieve this via formula?