C
Cat
I would like to know if there is a way to pick the maximum
from two columns for a given value. Here is an example
data set:
Point Col1 Col2
A 2 4
B 3 11
A 5 8
B 3 7
A 9 3
B 3 1
So max of A from both columns would be 9
max of B from both column would be 11.
Similarily can you then pick the 2nd largest using the
large function
Thanks, Cat
from two columns for a given value. Here is an example
data set:
Point Col1 Col2
A 2 4
B 3 11
A 5 8
B 3 7
A 9 3
B 3 1
So max of A from both columns would be 9
max of B from both column would be 11.
Similarily can you then pick the 2nd largest using the
large function
Thanks, Cat