+ Reply to Thread
Results 1 to 4 of 4

Weighted Score - Assistance

  1. #1
    Forum Contributor
    Join Date
    03-19-2016
    Location
    Chicago, IL
    MS-Off Ver
    Office 2016 Professional
    Posts
    388

    Weighted Score - Assistance

    Hello,

    See the attached spreadsheet.

    Columns L, N, P, R, T, V and X have a raw total and have a corresponding weight column. For example, the weight for Column L is Column M.

    I would like to create a total weighted score for each associate (in Column K) using the weights that are being applied for each of the raw totals.

    Please note that this formula would need to account for '-' values.

    If an associate has more than GE 5000 points, output an 'A' in Column L. If an associate has 3000-4999 points, output a 'B' in Column L. If an associate has 1000-2999 points, output a 'C' in Column L, AND under 1000 points, an 'F'.

    Please let me know if you have questions, and thank you!
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,658

    Re: Weighted Score - Assistance

    Please add some expected outcomes to the green cells in your sample workbook.

    In the meantime, try this in K3:

    =SUMPRODUCT(M3:Y3,N3:Z3)

    and this in L3:

    =LOOKUP(K3,{0,1000,3000,5000},{"D","C","B","A"})
    Last edited by AliGW; 11-18-2016 at 02:13 AM.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    03-19-2016
    Location
    Chicago, IL
    MS-Off Ver
    Office 2016 Professional
    Posts
    388

    Re: Weighted Score - Assistance

    Thank you!
    Does this formula account for the '-' values?

    I don't have an expected outcome yet for the values. What I am trying to do is weight each of the categories and then use those to create that overall score. I'm open to suggestions though if you think there's a better method to weighting.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,658

    Re: Weighted Score - Assistance

    It's up to you to manually check that the results are what you want. I am away from my desk, so use the evaluate formula option on the formulas ribbon to step through and check.

+ 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. [SOLVED] how to get the weighted score out of the target score
    By Mharvz in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-08-2016, 05:49 AM
  2. Percentage given a weighted score
    By Clash in forum Excel General
    Replies: 4
    Last Post: 06-29-2016, 04:57 AM
  3. formula to determine weighted vendor score?
    By knevil in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-14-2016, 05:00 PM
  4. Weighted Score
    By emmergrl in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-01-2014, 07:45 PM
  5. Creating weighted Composite score & applying cut score
    By Tunjisangoleye in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-26-2014, 05:52 PM
  6. Weighted grant award according to application score
    By jmoffett in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-22-2014, 11:21 AM
  7. Weighted score distribution with fixed maximum
    By duffry in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-29-2013, 06:20 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