Can excel rows move up and down freely?
-
I'm trying to create a table for a sports league using excel. My question is, since i can figure it out. Say Team A is in Row 1. Team B is in Row 2. What dictates who is in first place or not is the amount of points accumulated by the teams. What I want to do is for the rows to be able to adjust themselves in their positioning just by the number of points they have. Is this possible, if not then what can I do to achieve this?
-
Answer:
You can do it by sorting your database by the highest points column or use this (creates a list of the places automatically) Col A team, col B points C2 =RANK(B2,B:B,0) + COUNTIF(B$2:B2,B2)-1 D2 =INDEX(A:A, MATCH(SMALL(C:C,ROWS($1:1)) ,C:C,0) E2 =INDEX(B:B, MATCH(SMALL(C:C,ROWS($1:1)) ,C:C,0)) Copy C2 to E2 down to match cols A&B
Ernie G at Yahoo! Answers Visit the source
Other answers
You can do it by sorting your database by the highest points column or use this (creates a list of the places automatically) Col A team, col B points C2 =RANK(B2,B:B,0) + COUNTIF(B$2:B2,B2)-1 D2 =INDEX(A:A, MATCH(SMALL(C:C,ROWS($1:1)) ,C:C,0) E2 =INDEX(B:B, MATCH(SMALL(C:C,ROWS($1:1)) ,C:C,0)) Copy C2 to E2 down to match cols A&B
IXL@XL
Related Q & A:
- How to automatically delete certain rows in Excel?Best solution by Super User
- How I can display Rows into Columns?Best solution by Server Fault
- How can I spontaneously move to Brazil?Best solution by Yahoo! Answers
- Can married Sims move in with other Sims?Best solution by ChaCha
- Where can I download Warcraft 3 the Frozen Throne freely?Best solution by wiki.answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.