+ Reply to Thread
Results 1 to 7 of 7

How to get the automatic score

  1. #1
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    143

    How to get the automatic score

    How to get the individual score in K from the below criteria based on the average,

    1) Average should be calculated first based on the total value which is in I9 and individual value is in I3,

    2) If the value of I3 is < Avg, then the score should be reflect as 5 in J3
    3) If the value of I3 is equal Avg. to Avg. + 35% of Avg, then the score should be reflect as 10 in J3
    4) If the value of I3 is > Avg. + 35% of Avg, then the score should be 15

    Volume score.xlsx

  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. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,879

    Re: How to get the automatic score

    Administrative Note:

    Is your forum profile up-to-date and showing ONLY the oldest Excel PRODUCT that you need this to work for? 7 is not a version of Excel ...

    Members will tailor the solutions they offer to the Office PRODUCT (Excel, NOT Windows) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your product is for Mac, please also state this.

    The four most recent Excel products are Excel 2019, Excel 2021, Excel 2024 and MS365 - if you are using MS365, please give this name along with the version number in your profile (e.g. MS365 Version 2306). This is in the About Excel section further down the Account page.

    Thanks.
    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 Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,082

    Re: How to get the automatic score

    The average number would be Grand Total / Number of rows so 152 / 6 = 25.333

    in K3
    =IF(I3<=I$9/6,5,IF(I3<=I$9/6*1.35,10,15))
    and copy down
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  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. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,879

    Re: How to get the automatic score

    Assuming Excel 2021 or later, try this in K3:

    =LET(t,I3:I8,a,AVERAGE(t),IF(t<a,5,IF(t<a*1.35,10,15)))

    Otherwise in K3 copied down:

    =IF(I3<AVERAGE(I$3:I$8),5,IF(I3<AVERAGE(I$3:I$8)*1.35,10,15))

    Please get that profile entry updated.

  5. #5
    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. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,879

    Re: How to get the automatic score

    @arindamsenaxa

    1. You have seen the solutions offered and given no feedback whatsoever - we do expect common courtsey here (that means acknoweldging and thanking anyone who offers you help).
    2. You have been asked here and via PM to update your forum profile - you have ignored this request.

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED. You can also access the SOLVED tag by editing the opening post and choosing SOLVED from the drop-down to the left of the title box.

    Also, if you have not already done so, remember that you can reward anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of each of those who offered help.

  6. #6
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    143

    Re: How to get the automatic score

    2nd formula is working fine for me ...Thanks a lot

  7. #7
    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. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,879

    Re: How to get the automatic score

    You still haven't updated your forum profile - please do this NOW. Thanks.

+ 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: 11-05-2022, 04:10 AM
  2. Replies: 8
    Last Post: 02-01-2018, 08:32 PM
  3. [SOLVED] Automatic score calculation
    By Carrol in forum Word Formatting & General
    Replies: 2
    Last Post: 10-03-2017, 05:23 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. automatic updating score table
    By eze2kiel in forum Excel General
    Replies: 4
    Last Post: 12-25-2012, 02:44 PM
  7. Replies: 2
    Last Post: 03-20-2012, 06:30 PM

Tags for this Thread

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