I have found a more efficient was of doing this. I managed to get the RANK into an IF statement.
Therefore I still needed to split the times into seperate columns, by using the following, for each catagory type.
Now with 5 columns with the times from each catagory in seperate ones I used the following, rather than 5 columns with one Rank in each. Still uses a lot of columns, but less than before.
=IF($C7="Advanced",RANK(X7,X:X,1),IF($C7="Senior",RANK(W7,W:W,1),IF($C7="Junior",RANK(V7,V:V,1),IF($C7="Juvenile",RANK(U7,U:U,1),""))))
Thanks for the help, hope this thread can help others,
KAL46
Bookmarks