Hi experts,
As I mentioned in the previous post, I have a long file with two columns. One of the columns is a program’s name and another one is a number of participants applied.
I evaluated the number of members in different buckets: small-small, medium-small and etc and created a chart.
Now I would like to use a different approach and to split out the dataset into 6 equal size groups. In other words, I need to split dataset by the equal number of programs field. For example I need 6 equal groups
Program Number of participants
__________________________________
A 1
B 1
C 2
D 4
E 4
F 5
G 8
H 10
I 12
J 12
K 14
L 14
M 14
N 20
O 20
P 20
Q 100
R 115
S 120
It would be:
1st Grp:
A 1
B 1
C 2
2nd grp:
D 4
E 4
F 5
3rd grp:
G 8
H 10
I 12
4th
J 12
K 14
L 14
And so on. If it is not even …then the last group could slightly differ LIKE THE LAST ONE.
P 20
Q 100
R 115
S 120
I have no idea how to divide the dataset. Hopefully somebody can help me.
Thank you in advance!
Irin
As I mentioned in the previous post, I have a long file with two columns. One of the columns is a program’s name and another one is a number of participants applied.
I evaluated the number of members in different buckets: small-small, medium-small and etc and created a chart.
Now I would like to use a different approach and to split out the dataset into 6 equal size groups. In other words, I need to split dataset by the equal number of programs field. For example I need 6 equal groups
Program Number of participants
__________________________________
A 1
B 1
C 2
D 4
E 4
F 5
G 8
H 10
I 12
J 12
K 14
L 14
M 14
N 20
O 20
P 20
Q 100
R 115
S 120
It would be:
1st Grp:
A 1
B 1
C 2
2nd grp:
D 4
E 4
F 5
3rd grp:
G 8
H 10
I 12
4th
J 12
K 14
L 14
And so on. If it is not even …then the last group could slightly differ LIKE THE LAST ONE.
P 20
Q 100
R 115
S 120
I have no idea how to divide the dataset. Hopefully somebody can help me.
Thank you in advance!
Irin