+ Reply to Thread
Results 1 to 6 of 6

Newbie needs helping counting & tallying

  1. #1
    Registered User
    Join Date
    05-04-2005
    Posts
    3

    Newbie needs helping counting & tallying

    Hello,

    Just started a new job and having a simple problem that I'd love it if one of you could help me fix.

    I want excel to count the number of cells in a column that contain the same word and then tell me the number of times that word appears in the column, and do this for every word. Basically I want a quick way of finding out how many times each word or phrase appears in a large column of data.

    For example, spreadsheet would say:

    Blue Widget
    Blue Widget
    Blue Widget
    Blue Widget
    Red Widget
    Red Widget
    Green Widget
    Green Widget
    Green Widget

    I want to run a function that will summarise the data to this:

    Blue Widget: 3
    Red Widget: 2
    Green Widget: 3

    I'm convinced there is a simple way to do this but haven't for the life of me been able to figure it out. Sorry if it's basic, but your help would really be appreciated!

  2. #2
    Registered User
    Join Date
    05-12-2004
    Posts
    18
    =COUNTIF(BD12:BD17,"mary")

    Type your specific range and that should take care of it.

  3. #3
    Registered User
    Join Date
    05-04-2005
    Posts
    3

    Nope, sorry...

    Cheers!

    However, although it works I wanted something that would produce a frequency table with the number of occurences for each word/phrase. Do you know if this is possible?

    Ta

  4. #4
    Registered User
    Join Date
    05-12-2004
    Posts
    18
    Perhaps you didn't make the cell ranges in the formula absolute by typing "$" signs in front of the row and column? This is working for me.

    =COUNTIF($A$1:$A$9,"Green Widget")
    =COUNTIF($A$1:$A$9,"Red Widget")
    =COUNTIF($A$1:$A$9,"Blue Widget")

    Results are:

    3
    2
    4

  5. #5
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Try a Pivot Table:

    Select the list, then
    Data>Pivot Table
    Use Excel List
    Select where you want the Pivot Table
    then Click Layout
    Row: Product
    Data: Count of Product

    Does that get you what you want

    Ron

  6. #6
    Registered User
    Join Date
    05-04-2005
    Posts
    3

    Brilliant!

    Thanks to both of you, but Ron gets the points!

    That's exactly what I was looking for - going to have to learn more about these pivot tables!

    Cheers guys

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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