+ Reply to Thread
Results 1 to 2 of 2

Giving a score based on a scale

  1. #1
    Registered User
    Join Date
    12-11-2014
    Location
    Dallas, TX
    MS-Off Ver
    2010
    Posts
    94

    Giving a score based on a scale

    I am just having the worst time wrapping my head around this one today. I've tried a bunch of approaches, but the results have been imperfect.

    I have a set of metrics that will get a 0-10 score based on their value. That score will determine where they end up on a speedometer chart. I need to be able to define where they cross from red to yellow to green and max out at 10. Here is a table of the values:

    0 4 8 10 Value Score
    60 45 0
    0.4 0.3 0
    0.03 0.02 0
    5 2 0
    8 5 0
    0.01 0.005 0
    0.08 0.04 0
    0.15 0.1 0
    0.15 0.1 0
    0.06 0.03 0
    0.08 0.04 0

    I need a formula I can put in Column F that will give me the correct weighted score 0-10. Anyone know how to do this? Thanks in advance!
    Last edited by npatridge; 03-05-2015 at 06:06 PM.
    If I have helped you, please add to my reputation!

  2. #2
    Registered User
    Join Date
    12-11-2014
    Location
    Dallas, TX
    MS-Off Ver
    2010
    Posts
    94

    Re: Giving a score based on a scale

    I think I finally got my solution! Here it is if anyone is interested:

    =IF(
    E2=<C2,
    $C$1+(($D$1-$C$1)*(C2-E2)/C2),
    IF(
    E2=<B2,
    $B$1+(($C$1-$B$1)*(B2-E2)/(B2-C2)),
    ($B$1-$A$1)*(B2/E2)
    )
    )

+ 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. Replies: 2
    Last Post: 03-20-2012, 06:30 PM
  2. Score indicator on a 0-100 scale
    By RandomP in forum Excel Charting & Pivots
    Replies: 7
    Last Post: 06-16-2011, 03:57 AM
  3. Pulling test score based on date, not highest score.
    By PowerSchoolDude in forum Excel General
    Replies: 2
    Last Post: 12-01-2009, 06:42 PM
  4. formula to work out score based on score system
    By Nathaniel82 in forum Excel General
    Replies: 5
    Last Post: 08-10-2009, 11:25 AM
  5. VBA chart: scale giving strange months
    By steve@work in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 11-07-2007, 11:20 AM

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