I need help figuring out the logic on this one.
I have a table of scores for tests:
ID test1 test2 test3 test4 test5 etc
I need to calculate rankings for each person listed, for each test and then print the overall rankings. No test has more weight than another. Surely it can't be that hard, but for some reason I am blocked! Thanks for any help on this.