+ Reply to Thread
Results 1 to 6 of 6

Ranking with multiple criteria and assigning a weight

  1. #1
    Registered User
    Join Date
    08-29-2018
    Location
    United States
    MS-Off Ver
    2013
    Posts
    2

    Ranking with multiple criteria and assigning a weight

    Good morning,

    This is my first time posting on here so if I make a mistake I want to go ahead and apologize. I have am attempting to rank out individuals based on 4 different categories.

    QC: goal of 90%; the higher the better; 65% weight
    ADH: goal of 95%; the higher the better; 15% weight
    ACW: goal of 20 seconds; the lower the better; 15% weight
    ABS: goal of 0%; the lower the better; 5% weight

    I am going to try and attach a worksheet with some sample data. Any help would be greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Ranking with multiple criteria and assigning a weight

    I'd use 2 steps.

    1. Add Weighted score column.
    In F2: Copy Down
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    2. Rank column.
    In G2: Copy Down
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Edit: Oh, wait, I didn't read the part about lower is better for ACW & ABS. Disregard above.
    Attached Files Attached Files
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Ranking with multiple criteria and assigning a weight

    One question.
    What is the scoring matrix for ACW?
    I.E. Is there score/% value assigned to 23, 22, 21, 20.... sec? Is Anything 20 sec or below given same score?

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: Ranking with multiple criteria and assigning a weight

    Its not clear for example
    A 100% 100% 21 0
    B 90% 95% 20 0

    which is the best? A fails narrowly on 1 criteria, but is better on the other critieria?

    you can look at the difference from the target and multiply this by the waiting. the concern is the times as you could take a long time and this would dwarf everything

  5. #5
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Ranking with multiple criteria and assigning a weight

    Yep. Typically speaking you'd use score matrix for something like this.

    Ex:
    ACW Score
    <=20 100
    21 95
    22 90
    23 85
    24 80
    25 75
    26 70
    27 65
    >=28 0

  6. #6
    Registered User
    Join Date
    08-29-2018
    Location
    United States
    MS-Off Ver
    2013
    Posts
    2

    Re: Ranking with multiple criteria and assigning a weight

    My original information was a little confusing now that I read it. Sorry about that. I listed goals for each criteria, but that isn't important when it comes to the ranking and weighting because regardless of what my work considers pass/fail, the lower the ACW the better. Same goes for the other categories.

    I think I figured it out though. I came across another thread where user quekbc provided the following formulas:

    So, to normalise/standardise the attributes you mentioned above, for those higher the better type attributes, you can do,
    (Actual Score - Lower Limit) / (Upper Limit - Lower Limit)
    To convert lower the better to the opposite then do
    Lower Limit + (Upper Limit - Actual Score)
    Which you can normalise using
    (Lower Limit + (Upper Limit - Actual Score) - Lower Limit) / (Upper Limit - Lower Limit)

    I tried these out and they worked great for my data. Thank you both for the quick responses though. I will definitely be coming back here in the future. Cheers.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help Ranking with multiple criteria
    By Sanbantu in forum Excel General
    Replies: 4
    Last Post: 08-26-2017, 04:36 PM
  2. [SOLVED] RANKING Given Multiple Criteria
    By watchouse in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-17-2016, 10:37 AM
  3. Ranking - multiple criteria
    By Lugashz in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-14-2015, 09:09 AM
  4. Not sure how to code this (assigning a value based ranking criteria)
    By macro2014 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-28-2014, 04:01 AM
  5. Multiple Criteria Ranking
    By Keelin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-23-2014, 01:32 AM
  6. [SOLVED] multiple criteria conditional ranking and protecting multiple sheets in one go
    By samktlim in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-31-2013, 09:31 AM
  7. Ranking by multiple criteria
    By augy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-03-2008, 12:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1