+ Reply to Thread
Results 1 to 3 of 3

Counting Responses

  1. #1
    Registered User
    Join Date
    02-17-2017
    Location
    Aberystwyth
    MS-Off Ver
    2013
    Posts
    2

    Counting Responses

    Hello lovely people,

    I'm currently trying to figure out how I can count the different responses of my questionnaire. I do have a spreadsheet with all of my answers but I cannot post anything from the spreadsheet as the study still goes on. I already found out how to count simple answers but I also have questions where the participants can answer specific words as well as write something as part of their response.

    I hope that I can show you with this example what I exactly mean:

    The answer possibilities are:
    Facebook, Twitter, Youtube
    Also, the participants can select "Other" where they can write something, for example: Amazon, Hulu


    Let's say three people filled out my questionnaire and I have the following data collected in the spreadsheet:

    A1 represents in that case the Question that I have asked the participants.

    A2: Facebook, Twitter
    A3: Facebook, Youtube, Amazon
    A4: Twitter, Hulu

    So, as I said before I already know how to count how many times participants selected "Facebook", "Twitter" or "Youtube" but in that case I don't know how I can count every other answer BESIDES the ones that I gave the participants (Facebook, Twitter, Youtube). In this example, the answer should be 2.

    Oh, almost forgot that the answers are separated with a comma and this formula doesn't work: =COUNTIF(A2:A10,"<>*txt*")

    I feel like that the answer is probably pretty easy to figure out but I cannot find any helpful answer. Can someone please help me?

    Thanks
    Last edited by Danrella; 02-17-2017 at 09:43 PM. Reason: Forgot something

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,422

    Re: Counting Responses

    t's not entirely clear what you want, but you could use a formula like this in B2:

    =IF(A2="","",LEN(A2)-LEN(SUBSTITUTE(A2,",",""))+1)

    and then copy this down - it will give you the number of answers that occur in each cell of column A, so that you could then do, for example:

    =COUNTIF(B:B,1)

    and:

    =COUNTIF(B:B,2)

    and so on to find out how many single answers, then 2 answers etc. occur.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    02-17-2017
    Location
    Aberystwyth
    MS-Off Ver
    2013
    Posts
    2

    Re: Counting Responses

    Unfortunately your formula didn't work out that well.

    But good news! I fixed it. Thank you for your help

+ 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. Changing Drop Down to Allow Multiple Responses and adding new responses to drop down
    By Anthony Buchanan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-24-2016, 02:17 PM
  2. [SOLVED] Simple way of counting number of responses from mulitple worksheets
    By noyman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-01-2013, 09:22 AM
  3. No Responses
    By DJGassman in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 11-19-2011, 07:26 AM
  4. Array or countifs for counting survey responses
    By friendlylad in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-04-2009, 10:01 AM
  5. Counting the Number of YES Responses in a Student Questionnaire
    By ExcelTip in forum Tips and Tutorials
    Replies: 1
    Last Post: 04-03-2007, 03:46 PM
  6. counting responses - please help
    By woodhands in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-12-2006, 06:55 AM
  7. [SOLVED] Counting survey responses
    By Working with survey responses in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-12-2005, 09:06 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