P
Peter
A 1
B 1
C 1
A 2
B 2
C 2
B 3
C 3
My data is laid out in 2 columns as above. Column A
contains names which are repeated; in this case A to C.
Column B contains values. Could anyone help me with a
function to return the highest value from column B
associated with a name in column A. For example the
highest value for A would be 2 and the highest value for B
would be 3.
It is likely that the solution will contain an array so
could you also please explain the CTRL+SHIFT+RETURN
associated with arrays
Thank you in advance
Peter
B 1
C 1
A 2
B 2
C 2
B 3
C 3
My data is laid out in 2 columns as above. Column A
contains names which are repeated; in this case A to C.
Column B contains values. Could anyone help me with a
function to return the highest value from column B
associated with a name in column A. For example the
highest value for A would be 2 and the highest value for B
would be 3.
It is likely that the solution will contain an array so
could you also please explain the CTRL+SHIFT+RETURN
associated with arrays
Thank you in advance
Peter