Automatic Sorting?????

B

Bigredno8

OK,I am keeping track of my baseball kids stats,each tab represents each
game,plus one that is a season total,now what I want to do is when I add
new game stats,is it possible for it to automatically sort it according
to batting avg,or is that asking to much

Thanks
 
R

RagDyer

You could enter a formula in a "helper " column, which would *display* the
averages in a sorted manner.

You would then have to use something like Vlookup to have the "rest" of the
data (names, positions, at bats), follow the displayed averages along the
row for each player.

Say your averages were in C5 to C29.

Try this:
=LARGE($C$5:$C$29,ROW(A1))
And copy down.
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
B

BenjieLop

Bigredno8 said:
OK,I am keeping track of my baseball kids stats,each tab represents each
game,plus one that is a season total,now what I want to do is when I add
new game stats,is it possible for it to automatically sort it according
to batting avg,or is that asking to much

Thanks

Go to

http://www.cpearson.com/excel/rank.htm

for an excellent explanation (with examples) on ranking.

Regards.
 
B

Bigredno8

Thanks for the replies,I will try them and let you know how it turns
out

Thanks again
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top