+ Reply to Thread
Results 1 to 9 of 9

Trying to create a rating system based on certain criteria

  1. #1
    Registered User
    Join Date
    03-25-2011
    Location
    Philadelphia
    MS-Off Ver
    Office 365
    Posts
    19

    Trying to create a rating system based on certain criteria

    Hello. I hope someone can assist me. I am trying to create a "rating score" based on 5 data points, with a percentage/weight given to each point. I want to have a rating of 1-10 (with 10 being the best). In the attached sample, I have applied 10% to one field, 15% to another, then 5%, then 70%. The TAT field represents number of days (the lower the better) and this is the most important piece of criteria. I'm not sure if a separate table would be needed for that.

    Sorry if it seems confusing as I am trying to transfer what I'm thinking in my head to this message. Thank you in advance for any suggestions.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,936

    Re: Trying to create a rating system based on certain criteria

    You need to come up with a scoring system for each item, where the score depends on the data, but is on a consistent 0 to 10 or 1 to 10 basis.

    For example, it your have 0 declined items, you score 10 (perfect) and lose 1 point for each bad result item. OF course, your actual scoring can differ from that. Then use a sumproduct function with the scores and weights to get an overall score. Since your weights add up to 100%, that is all you need to do to stay on the same scale. If your weights were relative and did not add up to 100%, then the math would be different.

    So, I have attached an example:
    Attached Files Attached Files
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    03-25-2011
    Location
    Philadelphia
    MS-Off Ver
    Office 365
    Posts
    19

    Re: Trying to create a rating system based on certain criteria

    Hi Bernie. Thank you so much for the quick response. This helps significantly and looks great.

    I did not explain very well but you have it pretty close to what I envision. Somehow I want to factor in the Accepted figure into the equation. So if there are 14 accepted and only 1 declined, I need that factored into the score. If that makes sense.

    Thanks again.

  4. #4
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,936

    Re: Trying to create a rating system based on certain criteria

    Try it like this: (new version added at 3:43 EDT US, so dump the older version if you downloaded before 3:43)
    Attached Files Attached Files
    Last edited by Bernie Deitrick; 04-28-2021 at 03:43 PM.

  5. #5
    Registered User
    Join Date
    03-25-2011
    Location
    Philadelphia
    MS-Off Ver
    Office 365
    Posts
    19

    Re: Trying to create a rating system based on certain criteria

    Bernie, this is perfect and allows me to manipulate if needed. Thank you so much for taking the time to assist.

  6. #6
    Registered User
    Join Date
    03-25-2011
    Location
    Philadelphia
    MS-Off Ver
    Office 365
    Posts
    19

    Re: Trying to create a rating system based on certain criteria

    Actually one more question if I may. I did not clarify but the TAT (turnaround time) represents the average number of business days. I would like this to be from 1-21 days if possible (the lower, the better as far as the score). I assume I can change the forumula from =MAX(0,10-F3) to =MAX(0,21-F3) but I'm not sure if that would accomplish what I want. Please let me know if you have any suggestions for that, assuming I am making sense. Otherwise, it's really good as is. Thanks again.

  7. #7
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,936

    Re: Trying to create a rating system based on certain criteria

    I would try to keep it on a 0 to 10 or 1 to 10 basis, so try

    =MAX(0,21-F3)/2

    If the best is one day, that would evaluate to 10 - and to 0 for 21 days.
    Last edited by Bernie Deitrick; 04-28-2021 at 11:51 PM.

  8. #8
    Registered User
    Join Date
    03-25-2011
    Location
    Philadelphia
    MS-Off Ver
    Office 365
    Posts
    19

    Re: Trying to create a rating system based on certain criteria

    PERFECT! Thank you again. It's exactly what I wanted and I really did not know where to begin.

  9. #9
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,936

    Re: Trying to create a rating system based on certain criteria

    That's what I do all the time - come up with ratings systems for a certain popular magazine and website

+ 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. Create a Multi Criteria RAG Rating Forumla
    By Carling73 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-28-2018, 09:29 AM
  2. How do I create a rating system?
    By JekyDC in forum Excel General
    Replies: 2
    Last Post: 10-02-2015, 01:55 PM
  3. [SOLVED] Rating system
    By Mavi28 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-05-2015, 10:25 PM
  4. ELO Rating system
    By Melis K. in forum Excel General
    Replies: 3
    Last Post: 11-23-2013, 01:06 PM
  5. Online ladder table based on ELO rating system
    By Kuusilehto in forum Excel General
    Replies: 1
    Last Post: 12-18-2012, 05:31 AM
  6. Rating system
    By TTL in forum Excel General
    Replies: 1
    Last Post: 07-10-2007, 12:17 AM
  7. help with my rating system
    By sarina1113 in forum Excel General
    Replies: 3
    Last Post: 10-05-2006, 05:55 PM

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