I am compiling results of a aquathlon and I know excel can help, I just don't know how to get the formula right!
Col A - Race number ( filled with race number 1, 2 ect )
Col E - Gender ( filled with either Female or Male )
Col K - Overall position ( resolved with =RANK(J2,$J$2:$J$48,1) )
Col L - Gender position ( resolved with =SUMPRODUCT(($E$2:$E$48=E2)*($K$2:$K$48>K2))+1 )
Col M - Age group position ( resolved with =SUMPRODUCT(($G$2:$G$48=G2)*($K$2:$K$48>K2))+1 )
Basically I wish to have category position for Overall Male to auto resolve in p2. I figured this would be easiest by displaying their Race Number.
Possible? Thanks
Bookmarks