+ Reply to Thread
Results 1 to 3 of 3

Calculate average score based on number of responses

  1. #1
    Registered User
    Join Date
    05-04-2015
    Location
    Norway
    MS-Off Ver
    Microsoft Office 2010
    Posts
    5

    Calculate average score based on number of responses

    Hello,

    I've played with this way to much and it's all just a mess in my head at the moment, so excuse me if the solution is easy and laying around on this forum, I haven't found it - so if the solution is here, please post a link

    The setup - Example

    I send a couple of questions to my customers where they can rate me from 1 to 10. I add the responses in Excel based on number of responses with the score of 1, 2, 3 etc.

    In Excel, I have A1 with the value of 1 (lowest score) through to J1 with the value of 10 (highest score). In A2, B2, C2 etc, I add the number of scores from the responses.

    Now, my question is how to I calculate the average score based on the number of scores from responses with the weight (1-10) they have? I can't seem to find the correct formula, or wrap my head around how it works.

    I would appreciate all the help I can get.

    Kind regards.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Calculate average score based on number of responses

    You can use this formula to get the average score

    =SUMPRODUCT(A1:J1,A2:J2)/SUM(A2:J2)

    SUMPRODUCT gives you the total of all the scores, SUM gives the number of responses, dividing the former by the latter gives the average
    Audere est facere

  3. #3
    Registered User
    Join Date
    05-04-2015
    Location
    Norway
    MS-Off Ver
    Microsoft Office 2010
    Posts
    5

    Re: Calculate average score based on number of responses

    Thank you so much! This solved my frustration, and I'm so happy now.

    Thanks for the quick response as well!

+ 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: 15
    Last Post: 05-26-2016, 11:52 PM
  2. Replies: 7
    Last Post: 06-02-2014, 08:05 PM
  3. excel to calculate golf teams by average score ?
    By mstoney in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-05-2013, 06:43 PM
  4. Replies: 4
    Last Post: 12-05-2012, 11:42 PM
  5. Replies: 1
    Last Post: 06-21-2012, 05:19 AM

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