+ Reply to Thread
Results 1 to 11 of 11

how to get the weighted score out of the target score

  1. #1
    Registered User
    Join Date
    09-08-2016
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    12

    how to get the weighted score out of the target score

    Hi,

    Our target is 75 seconds or less and it should be equivalent to 10% weight out of 100% on our scorecard.

    So, if someone gets more than 75 seconds, the 10% weight will decrease.

    Can someone please help me in the formula?

    Thanks!

  2. #2
    Forum Expert
    Join Date
    11-26-2013
    Location
    Colac, Victoria, Australia
    MS-Off Ver
    Excel 2016
    Posts
    1,309

    Re: how to get the weighted score out of the target score

    Sorry.

    This is not very clear.

    It's a good idea to post a copy of your workbook so that your requirements can be seen.

    (How to) Upload a Workbook directly to the Forum
    (please do not post pictures or links to worksheets)
    Click Go Advanced (bottom right of your message window),
    Unfortunately the Paper Clip doesn't work any more.
    Scroll down until you see Manage Attachments (in blue text.
    Click this text then click the Choose File button and find your file.
    Click Upload. You can then click on the Close this window
    You should now be returned to the Advanced window.
    Click "Submit Reply"

    Regards DAC

  3. #3
    Registered User
    Join Date
    09-08-2016
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    12

    Re: how to get the weighted score out of the target score

    Hi,

    I am currently using google drive so I cannot make a copy due to company security, attached is the screenshot though.

    Thanks!
    Attached Images Attached Images

  4. #4
    Forum Expert
    Join Date
    11-26-2013
    Location
    Colac, Victoria, Australia
    MS-Off Ver
    Excel 2016
    Posts
    1,309

    Re: how to get the weighted score out of the target score

    Sorry,

    I can't help with the what you have provided. All I can see is that QA - 60% of 77.37 is 46.422 (which you art charting).
    Same for Reliability - 30% of 77.168 is 23.1504.

    Beyond that, I can't work out what you're asking for.

    My apologies!

    DAC

  5. #5
    Registered User
    Join Date
    09-08-2016
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    12

    Re: how to get the weighted score out of the target score

    Hi,

    Thanks for trying though.

    My only problem here is the last part (Hold + Wrap Time) whereas; the target is 75 seconds or less and it should be 10% weight of the chart. I just couldn't seem to figure out how to convert seconds into percentage and to get the 10% weight of it.

    Thanks!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,102

    Re: how to get the weighted score out of the target score

    We need more information. If the hold time is 70 seconds (inside target) the weighted score 10... or what? If the hold time is 80 seconds (outside target, is the weighted score 0, or something else. If something else, what is it and why is it that value.

    =if(A1<=75,10,0) will assign 10 or zer0, by comparison with your target (adjust the A1 to suit, as we can't see which cell(s) you're using.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  7. #7
    Registered User
    Join Date
    09-08-2016
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    12

    Re: how to get the weighted score out of the target score

    Hi,

    If the target score (seconds) is greater than or equals to 0 and is less than or equals to 75 , the weight score should be 10%. If it is greater than or equals to 76 and is less than or equals to 1000 the weight score of 10% should decrease.

    So, the higher the seconds (after 75 target is hit) the lower the weight percentage will be.

    I am thinking of having the 75 seconds or less to be converted to 100% and just get the 10% of it as the weight (which is what I'm looking for). However, if the data is more than or equals to 76, the percentage should decrease and that is what I am having a problem with.

    Thanks!

    Best,

    Mharvz
    Last edited by Mharvz; 09-08-2016 at 05:10 AM.

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,102

    Re: how to get the weighted score out of the target score

    Try this:

    =IF(A1<=75,10,10-0.4*(100-A1))

  9. #9
    Registered User
    Join Date
    09-08-2016
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    12

    Re: how to get the weighted score out of the target score

    Hi,

    You're the BEST!!!

    Thank you!!!

    Mharvz

  10. #10
    Registered User
    Join Date
    09-08-2016
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    12

    Re: how to get the weighted score out of the target score

    Hi,

    Sorry, it's a bit off. The data I have is 107.9 and after using the formula you asked me to try, it gave a weighted score of 13.16%. Whereas it should have been less than 10% because the data is more than 75.

    Thanks!

    Best,
    Mharvz

  11. #11
    Registered User
    Join Date
    09-08-2016
    Location
    Australia
    MS-Off Ver
    2007
    Posts
    12

    Re: how to get the weighted score out of the target score

    I think I figure it out. It should be:

    =IF(A1<=75,10,10-0.4*(100/A1))

+ 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. Percentage given a weighted score
    By Clash in forum Excel General
    Replies: 4
    Last Post: 06-29-2016, 04:57 AM
  2. Weighted Score
    By emmergrl in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-01-2014, 07:45 PM
  3. Creating weighted Composite score & applying cut score
    By Tunjisangoleye in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-26-2014, 05:52 PM
  4. Replies: 1
    Last Post: 11-24-2013, 07:53 AM
  5. Moving a calclated score to a master score sheet and ranking the scores into placings
    By Jongleur69 in forum Excel Programming / VBA / Macros
    Replies: 30
    Last Post: 04-22-2013, 11:53 PM
  6. Replies: 2
    Last Post: 03-20-2012, 06:30 PM
  7. 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

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