Auto sort standing as data is inputed

jjhill051

New Member
Joined
Aug 16, 2012
Messages
4
RankPlayerGPWLTPTS%WLWLWLGSGA +/-
2Jessi10622140.700001000211
3Dan110021.000001000211
1Fil9612140.77801000012-1

<tbody>
</tbody>

Rank is in Column A , (+/-) is in Column Q

Jessi is in row 4, Dan is row 5, Fil is row 6


Based off the Rank formula I have in A4-A6 (Ranks based on amount of points with a tie breaker on %) I want the standings to auto sort to rank the first place team on top and last on bottom as the data is inputed. So (B4-Q4) (B5-Q5) (B6-Q6) will move up and down based on the rank with each players stats staying with them. The Rank Formula will auto change already to reflect when they'll move.

Any help will be awesome!! Thannks
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Use INDEX and MATCH on the ranking

by the way bumping things is not a good practice Tends to render less responses
 
Upvote 0
Use INDEX and MATCH on the ranking

by the way bumping things is not a good practice Tends to render less responses


=RANK(G4,$G$4:$G$6,0)+SUMPRODUCT(--($G$4:$G$6=G4),--($H$4:$H$6>H4))

That is my ranking formula.. how would I use the INDEX and MATCH on that?

P.s Good to know, wont bump in the future, sorry
 
Upvote 0
Welcome to the Board!

by the way bumping things is not a good practice Tends to render less responses

Bumping is ok, as long as a reasonable amount of time has passed, and you feel like your thread has fallen too far back to be noticed (like a page or two back). Bumping after less than an hour or so, on a holiday, or a Friday/Saturday night isn't the same though. And believe me, we've seen threads get bumped in less than 10 minutes... ;)

A note on that is if your thread hasn't gotten any response, you might want to take a look to see if you've provided enough details. In the future you might want to use the HTML Maker (see the link in my sig) to post an actual shot of your sheet, including formulas.
 
Upvote 0

Forum statistics

Threads
1,214,950
Messages
6,122,428
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top