so heres what im working with
name Games starts closes 95-100 101+ 180 points avg
Adam l 12 5 4 0 1 15 1.25
Adam w 16 9 4 4 1 23 1.4375
Jim 16 5 7 4 0 23 1.4375
Bill 16 12 4 2 1 24 1.5
larry 16 6 5 1 2 21 1.3125
daniel 12 5 5 1 2 20 1.666666667
craig 12 5 0 1 1 8 0.666666667
dj 12 5 2 1 0 10 0.833333333
jason 16 12 5 4 5 36 2.25
stephen 4 2 0 2 0.5
chris 4 2 0 2 0.5
this is my table
the points colums have function =SUM(C2,D2*2,E2,F2*2,G2*2) starts and 95-100 are 1 point closes and 101+ and 80 are 2 points and avg colum has function =SUM(H2/B2)
now i need a macro thats going to take all these stats with the name and put them in order based on the average
name Games starts closes 95-100 101+ 180 points avg
Adam l 12 5 4 0 1 15 1.25
Adam w 16 9 4 4 1 23 1.4375
Jim 16 5 7 4 0 23 1.4375
Bill 16 12 4 2 1 24 1.5
larry 16 6 5 1 2 21 1.3125
daniel 12 5 5 1 2 20 1.666666667
craig 12 5 0 1 1 8 0.666666667
dj 12 5 2 1 0 10 0.833333333
jason 16 12 5 4 5 36 2.25
stephen 4 2 0 2 0.5
chris 4 2 0 2 0.5
this is my table
the points colums have function =SUM(C2,D2*2,E2,F2*2,G2*2) starts and 95-100 are 1 point closes and 101+ and 80 are 2 points and avg colum has function =SUM(H2/B2)
now i need a macro thats going to take all these stats with the name and put them in order based on the average
Last edited: