#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 111
Default Ranking/Points

I have the following figures in columns A,B,C,D,G and H.

53 42 82 25 1 25
74 82 72 20 2 20
71 70 71 15 3 15
72 72 68 10 4 10
65 68 63 5 5 5
63 63 53
52 51 52
45 45 45

The above finds the highest of adjacent cells in A and B. Column C sorts the highest
from A and B. Points are awarded in column D from columns G and H.

The following function is in cell C1.

=LARGE(IF($A$1:$A$8$B$1:$B$8,$A$1:$A$8,$B$1:$B$8) ,ROW(A1))

The following function is in cell D1.

=IF(ISERROR(VLOOKUP(RANK(C1,C$1:C$8),G$1:H$5,2,FAL SE)),"",VLOOKUP(RANK(C1,C$1:C$8),G$
1:H$5,2,FALSE))

Is it possible to not sort column C and award points in column D as they appear?
--

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 111
Default Ranking/Points

Saxman wrote:

I have the following figures in columns A,B,C,D,G and H.

53 42 82 25 1 25
74 82 72 20 2 20
71 70 71 15 3 15
72 72 68 10 4 10
65 68 63 5 5 5
63 63 53
52 51 52
45 45 45

The above finds the highest of adjacent cells in A and B. Column C sorts the
highest from A and B. Points are awarded in column D from columns G and H.

The following function is in cell C1.

=LARGE(IF($A$1:$A$8$B$1:$B$8,$A$1:$A$8,$B$1:$B$8) ,ROW(A1))

The following function is in cell D1.

=IF(ISERROR(VLOOKUP(RANK(C1,C$1:C$8),G$1:H$5,2,FAL SE)),"",VLOOKUP(RANK(C1,C$1:C$8),
G$ 1:H$5,2,FALSE))

Is it possible to not sort column C and award points in column D as they appear?


I just did it myself!

Replaced the first function with this.

=(IF($A$1:$A$8$B$1:$B$8,$A$1:$A$8,$B$1:$B$8))

--

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
Ranking? Saxman Excel Discussion (Misc queries) 3 October 4th 06 04:32 PM
How do I find points on a curve between known points? Cybertori Excel Worksheet Functions 1 August 30th 06 07:57 PM
Ranking Curtis Excel Worksheet Functions 5 May 14th 06 03:59 AM
Points Ranking Formulas Cabo Wabo Jim Excel Worksheet Functions 22 November 3rd 05 01:52 PM
Ranking jtothet21 Excel Discussion (Misc queries) 1 May 21st 05 03:35 AM


All times are GMT +1. The time now is 07:15 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"