A
Annette
I have a table that tracks start time and end time. I need to
calculate the number of minutes and translate the minutes to units.
1 to 5 minutes = .3 units
6 to 10 minutes = .7 units
11 to 15 minutes = 1 unit
16 to 20 minutes = 1.3 units
and so on.
Is there a way that I can create a select case statement, converting
to units, following the above structure without having to create a
case statement for every option (21-25, 26-30, 31-35 etc.) ?
calculate the number of minutes and translate the minutes to units.
1 to 5 minutes = .3 units
6 to 10 minutes = .7 units
11 to 15 minutes = 1 unit
16 to 20 minutes = 1.3 units
and so on.
Is there a way that I can create a select case statement, converting
to units, following the above structure without having to create a
case statement for every option (21-25, 26-30, 31-35 etc.) ?