I have a worksheet with rows containing the following columns
<tbody>
Start Value
Duration
End Value
1435
112
1547
702
431
1133
</tbody>
Now i want the data in the duration column(which is essentially in milliseconds(ms) to be represented as below
<tbody>
0-100
101-200
201-300
301-400...