+ Reply to Thread
Results 1 to 10 of 10

How to average individual scores when various works done have different work difficulty

  1. #1
    Registered User
    Join Date
    09-20-2019
    Location
    Cebu, Philippines
    MS-Off Ver
    2016
    Posts
    44

    How to average individual scores when various works done have different work difficulty

    Hello.

    I'm trying to get the average of each person's work difficulty done for for different types of work. It's making it difficult for me because each person could randomly get whatever type of work and be graded on the difficulty level depending on how the work was done.

    For example, Person 1 & 2 may be doing the same type of work but when it came to the point on how they basically did it & how difficult it was done, they could be graded differently. The only way i could simplify the raw data is to utilize a pivot, but due to the "sectioning-subsectioning", I'm unable to simply use the SUMPRODUCT formula to get the answer.

    Hope the explanation makes sense.

    Please see sample file attached.
    Attached Files Attached Files
    Last edited by jarrgonn; 10-02-2019 at 03:29 AM. Reason: Sample file edited - added Work Difficulty levels

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: How to average individual scores when various works done have different work difficult

    You have not given us what you expect as an answer

    Averageifs(a1:a31,c1:c31,"Person 1") person 1 could be a cell containing it
    Last edited by davsth; 10-02-2019 at 04:24 AM.

  3. #3
    Registered User
    Join Date
    09-20-2019
    Location
    Cebu, Philippines
    MS-Off Ver
    2016
    Posts
    44

    Re: How to average individual scores when various works done have different work difficult

    Right, I missed out on indicating the answer.

    Based on the sample file, and looking at the pivot table, Person 1 should have an average of 4.33 since he had 2 tasks done under WT 1 where one was graded as a 4 while the other one is a 5; plus 1 task under WT 6 that was graded as a 4. Therefore, (4+5+4)/3 = 4.33

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: How to average individual scores when various works done have different work difficult

    =AVERAGEIF($C$2:$C$31,"Person 1",$A$2:$A$31)

  5. #5
    Registered User
    Join Date
    09-20-2019
    Location
    Cebu, Philippines
    MS-Off Ver
    2016
    Posts
    44

    How to average individual scores when various works done have different work difficulty

    No wonder I'm so lost... I was looking at their whole department's numbers when I created my response above regarding the "desired output." It shouldn't be averaging all their work, per se. It should only average their Work Difficulty PER Work Type.

    I'm really sorry about this to-&fro thing.

    ***

    I'm trying to average individual scores/grades depending on the Work Difficulty level graded to them for specific Work Types. One Person [or others] may be assigned with the same Work Type but be graded differently for Work Difficulty; alternatively, one Person may be graded with Work Difficulty differently with the same Work Type.

    I have provided [manually computed] the desired score for Persons 1, 5 & 6. Notice Persons 5 where he did the same Work Type [WT5] twice and was coincidentally grade the same Work Difficulty level; while with Person 6, he did the same Work Type [WT7] but was graded differently for both. Ultimately, the Count [if Work Type is done more than once] should FIRST be multiplied with the Work Difficulty level THEN averaged with the other Work Difficulty grades done.

    The attached sample file has a minor edit under Person 6.
    Attached Files Attached Files
    Last edited by jarrgonn; 10-03-2019 at 03:11 AM. Reason: Added rephrased definition of issue along with a minor edit of the original sample file

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: How to average individual scores when various works done have different work difficult

    Looking at the way the pivot table is highlighted it appears that the last two arguments for the AVERAGE function in cell Q4 should be: E38 and E43 instead of E37 and E42.
    If correct that cell should display 2.86
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  7. #7
    Registered User
    Join Date
    09-20-2019
    Location
    Cebu, Philippines
    MS-Off Ver
    2016
    Posts
    44

    Re: How to average individual scores when various works done have different work difficult

    Yes, you're right. Thank you for clarifying & responding. This is still an active problem & I'm still trying to figure it out. I just got lucky that the task's deadline was moved.

    I edited the file. Please see attached.
    Attached Files Attached Files

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: How to average individual scores when various works done have different work difficult

    This proposal bypasses the pivot table and uses the source data for the calculations.
    The formula that breaks the average down by person and work type is: =IFERROR(AVERAGEIFS($C$2:$C$50,$A$2:$A$50,$P4,$B$2:$B$50,Q$3),"")
    The formula that breaks the average down by person is: =IFERROR(AVERAGEIFS($C$2:$C$50,$A$2:$A$50,$P4),"")
    Let us know if you have any questions.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    09-20-2019
    Location
    Cebu, Philippines
    MS-Off Ver
    2016
    Posts
    44

    Re: How to average individual scores when various works done have different work difficult

    Thanks Jete! I just need to tweek the formula abit but this should help me big time.

    'preciate this.

  10. #10
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: How to average individual scores when various works done have different work difficult

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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] Formula to Work Out Average Batting Scores (Cricket)
    By Stattovic in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-08-2018, 07:03 AM
  2. [SOLVED] I am having difficulty in calculating the Weighted Average Price
    By omega0010 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-26-2016, 10:30 AM
  3. Work out average scores depending on username or other column data
    By benmoore89 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-02-2015, 09:25 PM
  4. Squash Scores into leader board and individual stats
    By oztexs in forum Excel General
    Replies: 2
    Last Post: 04-23-2015, 08:22 PM
  5. Replies: 8
    Last Post: 12-20-2014, 04:37 PM
  6. Summing top 2 scores for each individual
    By Wingkong80 in forum Excel General
    Replies: 3
    Last Post: 09-27-2014, 02:54 PM
  7. [SOLVED] Using functions to calculate multiple scores according to their level of difficulty
    By cheski in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-13-2005, 05: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