Sorting times by time ranges

jwpickett

New Member
Joined
Jan 19, 2005
Messages
36
I have a spreadsheet where cell values of times range from 00:01 (minute) to over 04:00 (four hours). What I want to do is categorize those times into ranges, i.e., 1 minute or less, 2-5 minutes, 6-10 minutes, 11-20 minutes, etc. and reflect that information on the same line as the remaining information.

Is there a function that will do this for me?
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Perhaps create a lookup table of lower time boundaries in one column and associated "string" in adjacent column - then conduct a lookup based on the time value against that table to return the appropriate value, eg:

Excel Workbook
ABCDEF
200:3020 minutes or more00:001 minute or less
300:066-10 minutes00:022-5 minutes
400:032-5 minutes00:066-10 minutes
500:1411-20 minutes00:1111-20 minutes
600:1711-20 minutes00:2020 minutes or more
700:011 minute or less
Sheet5


(above assumes whole minute time values of course)
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top