Hi,
I have an excel with many rows so I can't do this manually.
In one of the columns there is a value of 0- 13 for each row. I would like to create another column to group these values into five groups -
1: 11-13
2: 7-10
3: 3-6
4: 1-2
5: 0
[TABLE="width: 195"]
<colgroup><col span="3"></colgroup><tbody>[TR]
[TD="colspan: 2"]ID [/TD]
[TD]Score [/TD]
[/TR]
[TR]
[TD]342 [/TD]
[TD="align: right"]7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]344[/TD]
[TD="align: right"]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]345[/TD]
[TD="align: right"]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]346[/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have an excel with many rows so I can't do this manually.
In one of the columns there is a value of 0- 13 for each row. I would like to create another column to group these values into five groups -
1: 11-13
2: 7-10
3: 3-6
4: 1-2
5: 0
[TABLE="width: 195"]
<colgroup><col span="3"></colgroup><tbody>[TR]
[TD="colspan: 2"]ID [/TD]
[TD]Score [/TD]
[/TR]
[TR]
[TD]342 [/TD]
[TD="align: right"]7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]344[/TD]
[TD="align: right"]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]345[/TD]
[TD="align: right"]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]346[/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]