M
MijC
Is it possible to solve the following?
I have two columns of data around 1000 rows with up to 25 parameters in ColA.
I would like to caculate the min, max mod, median, mean, stdev etx for each
of the parameters in col A.
EG
Below is a small example of the data sets.
ColA ColB
1 10
2 14
1 12
2 4
5 16
I believe I would have an output table something like this
Par Min Max Mean .....
1 10 12 11 ....
2 4 14 9 ....
5 16 16 16 ....
Can this be done?
Regards
Jim
I have two columns of data around 1000 rows with up to 25 parameters in ColA.
I would like to caculate the min, max mod, median, mean, stdev etx for each
of the parameters in col A.
EG
Below is a small example of the data sets.
ColA ColB
1 10
2 14
1 12
2 4
5 16
I believe I would have an output table something like this
Par Min Max Mean .....
1 10 12 11 ....
2 4 14 9 ....
5 16 16 16 ....
Can this be done?
Regards
Jim