PC Review


Reply
Thread Tools Rate Thread

counting groups of words

 
 
Seller Smith
Guest
Posts: n/a
 
      16th Apr 2010
I have a column of cells that I would like to count the occurances of
duplications of each group of words.
Example: AMIN500S 1
AMIN400EC 9
AMINO500 5 and so on.
I would like a formula that does not require me to input any specific
text to search for in the formula as there are over 12000 entries in
the column.
Any help on this dilema is greatly appreciated.

AMIN500S
AMIN400EC
AMIN400EC
AMIN400EC
AMIN400EC
AMIN400EC
AMIN400EC
AMIN400EC
AMIN400EC
AMIN400EC
AMINO500
AMINO500
AMINO500
AMINO500
AMINO500
 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      16th Apr 2010
Hi,

Hi you could use
=COUNTIF(A:A,A1)

But if you used this on your data list you would get duplicates. Instead you
could extract unique values to another range using

Data|Filter|Advanced filter and then follow the wizard to extract the unique
values to a new location and use the formula above on these unique values.
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Seller Smith" wrote:

> I have a column of cells that I would like to count the occurances of
> duplications of each group of words.
> Example: AMIN500S 1
> AMIN400EC 9
> AMINO500 5 and so on.
> I would like a formula that does not require me to input any specific
> text to search for in the formula as there are over 12000 entries in
> the column.
> Any help on this dilema is greatly appreciated.
>
> AMIN500S
> AMIN400EC
> AMIN400EC
> AMIN400EC
> AMIN400EC
> AMIN400EC
> AMIN400EC
> AMIN400EC
> AMIN400EC
> AMIN400EC
> AMINO500
> AMINO500
> AMINO500
> AMINO500
> AMINO500
> .
>

 
Reply With Quote
 
Ron Rosenfeld
Guest
Posts: n/a
 
      16th Apr 2010
On Fri, 16 Apr 2010 08:41:25 -0700 (PDT), Seller Smith
<(E-Mail Removed)> wrote:

>I have a column of cells that I would like to count the occurances of
>duplications of each group of words.
>Example: AMIN500S 1
> AMIN400EC 9
> AMINO500 5 and so on.
>I would like a formula that does not require me to input any specific
>text to search for in the formula as there are over 12000 entries in
>the column.
>Any help on this dilema is greatly appreciated.
>
>AMIN500S
>AMIN400EC
>AMIN400EC
>AMIN400EC
>AMIN400EC
>AMIN400EC
>AMIN400EC
>AMIN400EC
>AMIN400EC
>AMIN400EC
>AMINO500
>AMINO500
>AMINO500
>AMINO500
>AMINO500


You could use a Pivot Table.

Put a label at the top of the column; e.g. "Words"
Select some cell within the table
Insert/Pivot Table (menu option different on pre XL2007)

Drag Words to Row area
Drag Words to Data or Values area
It should come up "Count of Words"

Format to taste:

Words Count
AMIN400EC 9
AMIN500S 1
AMINO500 5

Grand Total 15

One option, since you wrote you only wanted to list the duplications:

Select the "Filter" drop down button next to Words
Value Filters
Does not equal
1

Words Count
AMIN400EC 9
AMINO500 5
Grand Total 14
--ron
 
Reply With Quote
 
Seller Smith
Guest
Posts: n/a
 
      16th Apr 2010
On Apr 16, 11:45*am, Ron Rosenfeld <ronrosenf...@nospam.org> wrote:
> On Fri, 16 Apr 2010 08:41:25 -0700 (PDT), Seller Smith
>
>
>
>
>
> <sellersmith1...@gmail.com> wrote:
> >I have a column of cells that I would like to count the occurances of
> >duplications of each group of words.
> >Example: AMIN500S * 1
> > * * * * * * *AMIN400EC * 9
> > * * * * * * *AMINO500 * 5 and so on.
> >I would like a formula that does not require me to input any specific
> >text to search for in the formula as there are over 12000 entries in
> >the column.
> >Any help on this dilema is greatly appreciated.

>
> >AMIN500S
> >AMIN400EC
> >AMIN400EC
> >AMIN400EC
> >AMIN400EC
> >AMIN400EC
> >AMIN400EC
> >AMIN400EC
> >AMIN400EC
> >AMIN400EC
> >AMINO500
> >AMINO500
> >AMINO500
> >AMINO500
> >AMINO500

>
> You could use a Pivot Table.
>
> Put a label at the top of the column; e.g. "Words"
> Select some cell within the table
> Insert/Pivot Table (menu option different on pre XL2007)
>
> Drag Words to Row area
> Drag Words to Data or Values area
> * * * * It should come up "Count of Words"
>
> Format to taste:
>
> Words * * * * * Count
> AMIN400EC * * * 9
> AMIN500S * * * *1
> AMINO500 * * * *5
>
> Grand Total * * 15
>
> One option, since you wrote you only wanted to list the duplications:
>
> Select the "Filter" drop down button next to Words
> * * * * Value Filters
> * * * * * * * * Does not equal
> * * * * * * * * * * * * 1
>
> Words * * * * * Count
> AMIN400EC * * * 9
> AMINO500 * * * *5
> Grand Total * * 14
> --ron- Hide quoted text -
>
> - Show quoted text -


Thank you so much for your help guys, took a little tinkering (i'm a
noob) but I finally got what I wanted.
 
Reply With Quote
 
Ron Rosenfeld
Guest
Posts: n/a
 
      16th Apr 2010
On Fri, 16 Apr 2010 11:23:12 -0700 (PDT), Seller Smith
<(E-Mail Removed)> wrote:

>Thank you so much for your help guys, took a little tinkering (i'm a
>noob) but I finally got what I wanted.


Glad to help. Thanks for the feedback.
--ron
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Counting by groups =?Utf-8?B?Sm9obiBSLg==?= Microsoft Access Queries 5 28th Jan 2010 08:06 PM
Counting within groups Dan Microsoft Excel Worksheet Functions 1 6th Nov 2009 11:19 AM
counting age groups chedd via OfficeKB.com Microsoft Excel Worksheet Functions 5 27th Sep 2007 07:52 AM
Counting Groups rrstudio2@icqmail.com Microsoft Excel Programming 6 22nd Dec 2006 03:04 PM
counting occurrence of specific words in another group of words kh@horsemanship101.com Microsoft Excel Programming 0 5th Aug 2006 03:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:10 PM.