+ Reply to Thread
Results 1 to 6 of 6

Only count ONE reponse per person, if they answer the same response more than once.

  1. #1
    Registered User
    Join Date
    03-11-2020
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    8

    Only count ONE reponse per person, if they answer the same response more than once.

    Hi All,

    I am after a formula which only counts 1 "Yes" response from each person. Here is an example below:

    example.png

    Basically, I would like a forumla that counts how many times "Yes" has appeared in column B, HOWEVER it will only count 1 "Yes" vote from each person.

    For example, in this picture person A has answered "Yes" twice, but I want this to only be counted as 1. Any future times person A has answered "Yes" will not be counted. The same for person B, C and D and so forth. I am after the total of this frequency, which in this example would be 4.

    Is this possible?

    Thank you!

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Only count ONE reponse per person, if they answer the same response more than once.

    Administrative note

    Welcome to the forum

    in your haste to solve your problem, you probably missed the yellow banner advising how to get answers faster by posting a sheet ?

    Please take a moment to read it and attach a sheet accordingly.

    Thanks you for helping us help you

  3. #3
    Registered User
    Join Date
    03-11-2020
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    8

    Re: Only count ONE reponse per person, if they answer the same response more than once.

    Please see attached a Sample worklsheet.

    Thank you.
    Attached Files Attached Files

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Only count ONE reponse per person, if they answer the same response more than once.

    Try this:

    =MIN(1,COUNTIFS($A$2:$A$11,C2,$B$2:$B$11,"Yes"))
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Registered User
    Join Date
    03-11-2020
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    8

    Re: Only count ONE reponse per person, if they answer the same response more than once.

    This works!!

    Thank you very much!
    Last edited by AliGW; 03-15-2020 at 05:34 AM. Reason: Please don't quote unnecessarily!

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Only count ONE reponse per person, if they answer the same response more than once.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. WinHTTP JSON response error: 'An internal response header size limit was exceeded'
    By JasperD in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 04-26-2018, 06:10 AM
  2. [SOLVED] Multiply Text Answer = Certain Cell Reponse
    By Ravensp in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-22-2018, 12:33 AM
  3. Replies: 13
    Last Post: 07-15-2017, 09:47 AM
  4. Allocating data from a multiple response field to individual response filelds
    By Riddles in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-14-2016, 02:15 AM
  5. Replies: 2
    Last Post: 04-13-2015, 08:32 PM
  6. [SOLVED] What to do when there is no response to your answer.
    By Alf in forum The Water Cooler
    Replies: 8
    Last Post: 07-15-2013, 08:47 AM
  7. Formula that will count response days with conditions
    By zince14 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-13-2013, 12:13 AM

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