+ Reply to Thread
Results 1 to 9 of 9

I need to find a way to quantify or score the two numbers.

  1. #1
    Registered User
    Join Date
    10-17-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2007
    Posts
    7

    I need to find a way to quantify or score the two numbers.

    I try not to ask redundant questions so hopefully, this hasn't been answered before, I haven't seen anything that speaks to this.

    Column A has a value.
    Column B has a value.

    I need to find a way to quantify or score the two numbers.

    eg.

    If A2 increases in value and B2 increases in value, I want C2 to reflect a "score" or value that indicates it.

    Where I am having a problem is that if B2 value decreases it is better, so it isn't a "sum" situation.

    So, if A2 decreases in value or stays the same and B2 decreases then I want to see a better "score" in C2.
    If A2 increases or B2 increases, then I should see a poorer score in C2.

    So basically if both values decrease up to a limit that would show a better score or result and if either rises it should then show a quantifiable value reflecting the amount of rise.

    So hard to illustrate.

    Sorry for the confusion, thanks in advance.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: I need to find a way to quantify or score the two numbers.

    For example, ...?
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    10-17-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: I need to find a way to quantify or score the two numbers.

    Here's another stab at it.

    There is a target value for each cell/column. "A" value "target" is 50 for example and "B" value "target" is 20, then that would produce a result of 100 in "C".
    So as the values in both A and B columns change, it would reflect so in column C.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: I need to find a way to quantify or score the two numbers.

    Please show an example with several rows and desired results. Ideally, in a workbook; the forum rules explain how to attach one.

  5. #5
    Registered User
    Join Date
    10-17-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: I need to find a way to quantify or score the two numbers.

    Let me try and mock up a small illustration.

  6. #6
    Registered User
    Join Date
    10-17-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: I need to find a way to quantify or score the two numbers.

    The values in column C are arbitrary except for C6

    Except for the value in C6, the other values in C are unknown.

    As the value in "A" moves closer to the value in A6 it adds to or increases the value in "C"

    While at the same time,

    As the value in "B" moves closer to the value in B6 it adds to or increases the value in "C"

    When both "A" and "C" cells reach their optimum value it should produce a value that reflects that (for example 100)


    Capture.JPG

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: I need to find a way to quantify or score the two numbers.

    a
    b
    c
    d
    1
    75
    50
    45
    c1: =100 - abs(sum(a1:b1) - sum(a$6:b$6))
    2
    70
    50
    50
    3
    65
    40
    65
    4
    60
    35
    75
    5
    60
    30
    80
    6
    50
    20
    100

  8. #8
    Registered User
    Join Date
    10-17-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: I need to find a way to quantify or score the two numbers.

    Wow, that's amazing.
    This should work fine.
    Thank you!

  9. #9
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: I need to find a way to quantify or score the two numbers.

    You're welcome.

+ 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. How to Find Highest Score and Name
    By jackoooooo in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-20-2015, 04:15 PM
  2. add under score before 4 digit numbers
    By vkpajeet in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-23-2014, 01:51 PM
  3. Replies: 2
    Last Post: 03-20-2012, 06:30 PM
  4. Compare numbers and Then Score
    By MrBill in forum Excel General
    Replies: 10
    Last Post: 09-28-2010, 05:02 PM
  5. Score a list of numbers
    By DJ Dusty in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-30-2006, 05:20 PM
  6. Quantify trend line
    By Brisbane Rob in forum Excel General
    Replies: 3
    Last Post: 03-05-2006, 03:45 PM
  7. Find High Score
    By Lee in forum Excel General
    Replies: 0
    Last Post: 04-16-2005, 02:06 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