Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Ranking Question Listing Same Sheet!

Hi I was wondering if someone could give me a hand on a formula with listing
names and wins totals from top to bottom.

Sheet layout:

Names are in column C12: C44
Wins are in column X12: X44

The listing should appear as follow:
Names in Column AS12: AS12
Wins in column AT12: AT12

Thanks ahead!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Ranking Question Listing Same Sheet!

This will account for possible ties:

Enter this array formula** in AS12:

=INDEX(C$12:C$44,MATCH(LARGE(X$12:X$44-ROW(X$12:X$44)/10^10,ROWS($1:1)),X$12:X$44-ROW(X$12:X$44)/10^10,0))

Enter this regular formula in AT12:

=INDEX(X$12:X$44,MATCH(AS12,C$12:C$44,0))

Select both AS12 and AT12 and copy down to row 44.

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

Biff

"Killer" wrote in message
...
Hi I was wondering if someone could give me a hand on a formula with
listing
names and wins totals from top to bottom.

Sheet layout:

Names are in column C12: C44
Wins are in column X12: X44

The listing should appear as follow:
Names in Column AS12: AS12
Wins in column AT12: AT12

Thanks ahead!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Ranking Question Listing Same Sheet!

On Jun 5, 9:52 pm, "T. Valko" wrote:
This will account for possible ties:

Enter this array formula** in AS12:

=INDEX(C$12:C$44,MATCH(LARGE(X$12:X$44-ROW(X$12:X$44)/10^10,ROWS($1:1)),X$1*2:X$44-ROW(X$12:X$44)/10^10,0))

Enter this regular formula in AT12:

=INDEX(X$12:X$44,MATCH(AS12,C$12:C$44,0))

Select both AS12 and AT12 and copy down to row 44.

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

Biff

"Killer" wrote in message

...



Hi I was wondering if someone could give me a hand on a formula with
listing
names and wins totals from top to bottom.


Sheet layout:


Names are in column C12: C44
Wins are in column X12: X44


The listing should appear as follow:
Names in Column AS12: AS12
Wins in column AT12: AT12


Thanks ahead!- Hide quoted text -


- Show quoted text -


Hey Biff

I have tried what you have suggested and I'm getting errors
#N/A in both AS12 & AT12

From AS13: AS44 & AT13: AT44 I'm getting this error #NUM!


I only have 4 names with wins right now could that be the problem?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Ranking Question Listing Same Sheet!


wrote in message
oups.com...
On Jun 5, 9:52 pm, "T. Valko" wrote:
This will account for possible ties:

Enter this array formula** in AS12:

=INDEX(C$12:C$44,MATCH(LARGE(X$12:X$44-ROW(X$12:X$44)/10^10,ROWS($1:1)),X$1*2:X$44-ROW(X$12:X$44)/10^10,0))

Enter this regular formula in AT12:

=INDEX(X$12:X$44,MATCH(AS12,C$12:C$44,0))

Select both AS12 and AT12 and copy down to row 44.

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

Biff

"Killer" wrote in message

...



Hi I was wondering if someone could give me a hand on a formula with
listing
names and wins totals from top to bottom.


Sheet layout:


Names are in column C12: C44
Wins are in column X12: X44


The listing should appear as follow:
Names in Column AS12: AS12
Wins in column AT12: AT12


Thanks ahead!- Hide quoted text -


- Show quoted text -

**********
Hey Biff

I have tried what you have suggested and I'm getting errors
#N/A in both AS12 & AT12

From AS13: AS44 & AT13: AT44 I'm getting this error #NUM!


I only have 4 names with wins right now could that be the problem?

Thanks
**********

Replied via email

Biff


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
pulling data from one sheet and listing selected data in another Bfly Excel Worksheet Functions 2 February 2nd 07 01:38 AM
Ranking question (ties) rozeltf Excel Discussion (Misc queries) 5 April 8th 06 05:25 PM
Ranking formula question? Skeep Excel Discussion (Misc queries) 1 January 26th 06 04:50 AM
Another ranking question Liz23 Excel Worksheet Functions 2 February 11th 05 10:55 PM
Listing of Sheet names Will Fleenor Excel Worksheet Functions 1 November 17th 04 05:19 PM


All times are GMT +1. The time now is 04:25 PM.

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

About Us

"It's about Microsoft Excel"