Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Brian
 
Posts: n/a
Default How to use RANK to break multiple ties.

I have a spreadsheet that ranks 55 of our employees on two certain
catagories, the highest rank being and lowest being 55 in both catagories.
The two ranks are added up as points in another column and ranked in the same
manner. A little VBA code is added and the rows are sorted by the total point
catagory, then ranked by that column.
Having 55 employees on this sheet, there are many times when there are
multiple ties. The company wants the tie breaker to be decided on another
catagory, with the lowest in that catagory being ranked highest. How can I
test this? I will explain the whole worksheet and the actions next.

The spreadsheet is started with the 55 employees sorted by store number and
employee number. The columns are filled with data from reports. The result of
each column that is ranked is static ( stays with that row ). Then the rows
are sorted by the by the 'point total'.

Hope this helps in the explanation a little. I read the definition for the
RANK function, but it only has one explanation for a tie breaker, which
describes if there is a two way tie, not multiples.
Thanx for any ideas in advance.
Brian

  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Add the inverse of the third ranking to the sum of the
first 2. For example:

A1: 88 (sum of 1st 2 rankings for employee 1)
A2: 88 (sum of 1st 2 rankings for employee 2)
B1: 12 (third rank for employee 1)
B2: 20 (third rank for employe 2)

C1: = A1+1/B1 = 88.083
C2: = A2+1/B2 = 88.05

Sort descending on column C.

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a spreadsheet that ranks 55 of our employees on

two certain
catagories, the highest rank being and lowest being 55

in both catagories.
The two ranks are added up as points in another column

and ranked in the same
manner. A little VBA code is added and the rows are

sorted by the total point
catagory, then ranked by that column.
Having 55 employees on this sheet, there are many times

when there are
multiple ties. The company wants the tie breaker to be

decided on another
catagory, with the lowest in that catagory being ranked

highest. How can I
test this? I will explain the whole worksheet and the

actions next.

The spreadsheet is started with the 55 employees sorted

by store number and
employee number. The columns are filled with data from

reports. The result of
each column that is ranked is static ( stays with that

row ). Then the rows
are sorted by the by the 'point total'.

Hope this helps in the explanation a little. I read the

definition for the
RANK function, but it only has one explanation for a tie

breaker, which
describes if there is a two way tie, not multiples.
Thanx for any ideas in advance.
Brian

.

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
XML / parent with multiple children and with multiple children Richard Excel Discussion (Misc queries) 0 January 5th 05 11:49 AM
Tie breaking in a rank order HondaMike Excel Worksheet Functions 1 December 29th 04 11:30 PM
How do I avoid saving multiple Excel/Wordfiles for versioning purp Neil Excel Discussion (Misc queries) 1 December 13th 04 12:57 PM
multiple entries benny Excel Worksheet Functions 3 December 6th 04 01:38 AM
Why do my links break when I burn multiple Excel files to a CD? akrr-rasmussen Excel Worksheet Functions 1 November 17th 04 02:39 AM


All times are GMT +1. The time now is 01:35 PM.

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"