I think I am making this too hard, any help is appreciated.
Three columns; A, B and C
Column A is filled with all numbers, somtimes these numbers repeat
Column B is filled with three letter text chars, sometimes these numbers repeat
Coumn C is filled with numbers
For each unique value in Column A, I need to pull out the corresponding max value in Column C and then show me what is in Column B. Essentially i'm trying to group on column A based on the largest value in column c which will then show me what value appeared in column B.
Any help would be great. Thanks.
Three columns; A, B and C
Column A is filled with all numbers, somtimes these numbers repeat
Column B is filled with three letter text chars, sometimes these numbers repeat
Coumn C is filled with numbers
For each unique value in Column A, I need to pull out the corresponding max value in Column C and then show me what is in Column B. Essentially i'm trying to group on column A based on the largest value in column c which will then show me what value appeared in column B.
Any help would be great. Thanks.