+ Reply to Thread
Results 1 to 5 of 5

Thread: Counting Entries

  1. #1
    Registered User
    Join Date
    09-10-2009
    Location
    Houston TX
    MS-Off Ver
    Excel 2007
    Posts
    2

    Counting Entries

    Hi all,

    I have a spreadsheet with thousands of answers from a questionnaire. In each column, I have the answers to one question where the answers could be Yes, No, or Don't Know. How do I count the total number of 'No's, for example, in one column?

    I know how to sort by column and then select the entries I'm looking for, but there has to be a better way.

    Any help appreciated - VBA code or otherwise!

    Thanks in advance.

  2. #2
    Forum Guru
    Join Date
    10-10-2008
    Location
    Northeast Pennsylvania, USA
    MS-Off Ver
    Excel 2003, 2007.
    Posts
    1,462

    Re: Counting Entries

    snelsonian,

    If your column for "No" is column A, try in cell B1:
    =COUNTIF(A:A,"=No")
    Have a great day,
    Stan
    stanleydgromjr
    Windows Vista Business, Excel 2003 and 2007

    If you are satisfied with the solution(s) provided, please mark your thread as Solved by clicking EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

  3. #3
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,057

    Re: Counting Entries

    You can use COUNTIF function e.g. use this formula to count "No"s in column A

    =COUNTIF(A:A,"No")

  4. #4
    Forum Guru Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007
    Posts
    3,523

    Re: Counting Entries

    If you have a large dataset and many types of responses to quantify, take a look at using a Pivot Table.

  5. #5
    Registered User
    Join Date
    09-10-2009
    Location
    Houston TX
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Counting Entries

    All great suggestions - the countif function works like a champ, but the Pivot Table is exactly the kind of automation I was looking for. I learn something new every day.

    Thanks again!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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.2.0