ChrisFlash36
Technical User
Hi,
I apologise if my attempt at a descriptive subject is less clear than "HELP!!!!". I'll try again:
I have a column containing a discrete random variable, forced to appear in sets of disrete random lengths. E.g.
1
1
1
0.5
0.5
0.5
0.5
0.5
0.5
3
3
3
...and so on
I want to count the instances of each set length for each number. Or, put in another way, produce a table with possible set lengths as the column headings and possible numbers as the row titles (or vice versa).
I have no idea how to do this in VBA. Can anyone help?
(Fairly new to VBA)
Thanks
I apologise if my attempt at a descriptive subject is less clear than "HELP!!!!". I'll try again:
I have a column containing a discrete random variable, forced to appear in sets of disrete random lengths. E.g.
1
1
1
0.5
0.5
0.5
0.5
0.5
0.5
3
3
3
...and so on
I want to count the instances of each set length for each number. Or, put in another way, produce a table with possible set lengths as the column headings and possible numbers as the row titles (or vice versa).
I have no idea how to do this in VBA. Can anyone help?
(Fairly new to VBA)
Thanks