hey all i have some problem working with if function
for example i have this set of data with "time" Type
<tbody>
6:00
15:31
22:50
01:45
</tbody>
What i want to do is to categorize those time into 3 categories, which is
CASE 1 = for range time 06:00 to 14:00
CASE 2 = for range time...