Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
stevenap
 
Posts: n/a
Default Formulas and/or formating

I have a simple spreadsheet that shows ten teams in rows with point totals.
How do I set this up so that the team with the highest total points is always
on top of the list with the other teams in descending order by point valve?
  #2   Report Post  
Domenic
 
Posts: n/a
Default Formulas and/or formating

Assumptions...

A1:A10 contains the 'Team Name'

B1:B10 contains the 'Total Points'

Formula...

D1, copied down and over to Column E:

=INDEX(A$1:A$10,MATCH(LARGE($B$1:$B$10-ROW($B$1:$B$10)/10^10,ROWS(D$1:D1)
),$B$1:$B$10-ROW($B$1:$B$10)/10^10,0))

....confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

Hope this helps!

In article ,
"stevenap" wrote:

I have a simple spreadsheet that shows ten teams in rows with point totals.
How do I set this up so that the team with the highest total points is always
on top of the list with the other teams in descending order by point valve?

  #3   Report Post  
stevenap
 
Posts: n/a
Default Formulas and/or formating

Domenic:

That doesn't do what I what. The teams are listed in a7:a16 and the scores
are in m7:m16. I want to have the team with the highest score be moved to
the top with the other teams listed below by point valve. Is this possible?
And THANK YOU!! for your help!

"Domenic" wrote:

Assumptions...

A1:A10 contains the 'Team Name'

B1:B10 contains the 'Total Points'

Formula...

D1, copied down and over to Column E:

=INDEX(A$1:A$10,MATCH(LARGE($B$1:$B$10-ROW($B$1:$B$10)/10^10,ROWS(D$1:D1)
),$B$1:$B$10-ROW($B$1:$B$10)/10^10,0))

....confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

Hope this helps!

In article ,
"stevenap" wrote:

I have a simple spreadsheet that shows ten teams in rows with point totals.
How do I set this up so that the team with the highest total points is always
on top of the list with the other teams in descending order by point valve?


  #4   Report Post  
Domenic
 
Posts: n/a
Default Formulas and/or formating

Try the following array formulas that need to be confirmed with
CONTROL+SHIFT+ENTER, not just ENTER...

O7, copied down:

=INDEX(A$7:A$16,MATCH(LARGE($M$7:$M$16-ROW($M$7:$M$16)/10^10,ROWS(O$7:O7)
),$M$7:$M$16-ROW($M$7:$M$16)/10^10,0))

P7, copied down:

=INDEX(M$7:M$16,MATCH(LARGE($M$7:$M$16-ROW($M$7:$M$16)/10^10,ROWS(P$7:P7)
),$M$7:$M$16-ROW($M$7:$M$16)/10^10,0))

Hope this helps!

In article ,
"stevenap" wrote:

Domenic:

That doesn't do what I what. The teams are listed in a7:a16 and the scores
are in m7:m16. I want to have the team with the highest score be moved to
the top with the other teams listed below by point valve. Is this possible?
And THANK YOU!! for your help!

  #5   Report Post  
stevenap
 
Posts: n/a
Default Formulas and/or formating

Domenic:

Thank you very much!!!! This does what I want! Much appreciated!

"Domenic" wrote:

Try the following array formulas that need to be confirmed with
CONTROL+SHIFT+ENTER, not just ENTER...

O7, copied down:

=INDEX(A$7:A$16,MATCH(LARGE($M$7:$M$16-ROW($M$7:$M$16)/10^10,ROWS(O$7:O7)
),$M$7:$M$16-ROW($M$7:$M$16)/10^10,0))

P7, copied down:

=INDEX(M$7:M$16,MATCH(LARGE($M$7:$M$16-ROW($M$7:$M$16)/10^10,ROWS(P$7:P7)
),$M$7:$M$16-ROW($M$7:$M$16)/10^10,0))

Hope this helps!

In article ,
"stevenap" wrote:

Domenic:

That doesn't do what I what. The teams are listed in a7:a16 and the scores
are in m7:m16. I want to have the team with the highest score be moved to
the top with the other teams listed below by point valve. Is this possible?
And THANK YOU!! for your help!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
Help, Urgent Excel Formulas are not calculating maashoff Excel Discussion (Misc queries) 1 May 3rd 05 12:25 AM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 12:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"