Ok folks -
I have two columns, BAND and SCORE
I want to rank SCORE, BUT BAND has two options (x) or (y). So I want a ranking of SCORE if BAND = x and if BAND = y
eg
Band Sore
x 120 (rank = 2 of the "x")
x 111 (rank = 3 of x)
y 101 (rank = 3 of y)
x 129 rank = 1 of x
y 120 rank = 2 of y
y 120 rank = 2 of y
Am OK with the RANK, just cant figure out how to split by X and Y.
Any pointers?
Cheers
G
I have two columns, BAND and SCORE
I want to rank SCORE, BUT BAND has two options (x) or (y). So I want a ranking of SCORE if BAND = x and if BAND = y
eg
Band Sore
x 120 (rank = 2 of the "x")
x 111 (rank = 3 of x)
y 101 (rank = 3 of y)
x 129 rank = 1 of x
y 120 rank = 2 of y
y 120 rank = 2 of y
Am OK with the RANK, just cant figure out how to split by X and Y.
Any pointers?
Cheers
G