PC Review


Reply
 
 
B. Levien
Guest
Posts: n/a
 
      13th Nov 2009
I have an excel spreadsheet with Columns like:
Column C Column D Column E
Award1 Award2 Award3
Row 1 Brenda Joe Shana
Row 2 Misty Joe Monty
Row 3 Brenda Misty Monty
Row 4 Brenda Misty Janice
Row 5 Frederique Joe Monty

Is there any way to count the number of each name in a colum?

E.G.

C1:C5 Brenda counts as 3, Misty counts as 1, Frederique counts as 1
C1-C5 Joe counts as 3, Misty counts as 2
D1-D5 Shana counts as 1, Monty counts as 3 and Janice counts as 1

 
Reply With Quote
 
 
 
 
stkinkuwait
Guest
Posts: n/a
 
      13th Nov 2009
To count each name just use:

=COUNTIF(C:C,"Brenda")

C:C is for the entire column so you can also enter a range like:

=COUNTIF(C2:C6,"Misty")

"B. Levien" wrote:

> I have an excel spreadsheet with Columns like:
> Column C Column D Column E
> Award1 Award2 Award3
> Row 1 Brenda Joe Shana
> Row 2 Misty Joe Monty
> Row 3 Brenda Misty Monty
> Row 4 Brenda Misty Janice
> Row 5 Frederique Joe Monty
>
> Is there any way to count the number of each name in a colum?
>
> E.G.
>
> C1:C5 Brenda counts as 3, Misty counts as 1, Frederique counts as 1
> C1-C5 Joe counts as 3, Misty counts as 2
> D1-D5 Shana counts as 1, Monty counts as 3 and Janice counts as 1
>

 
Reply With Quote
 
Sean Timmons
Guest
Posts: n/a
 
      13th Nov 2009
and, if you wanted to count all of them at once, you can do

=COUNTIF(C:E,"Brenda")

"stkinkuwait" wrote:

> To count each name just use:
>
> =COUNTIF(C:C,"Brenda")
>
> C:C is for the entire column so you can also enter a range like:
>
> =COUNTIF(C2:C6,"Misty")
>
> "B. Levien" wrote:
>
> > I have an excel spreadsheet with Columns like:
> > Column C Column D Column E
> > Award1 Award2 Award3
> > Row 1 Brenda Joe Shana
> > Row 2 Misty Joe Monty
> > Row 3 Brenda Misty Monty
> > Row 4 Brenda Misty Janice
> > Row 5 Frederique Joe Monty
> >
> > Is there any way to count the number of each name in a colum?
> >
> > E.G.
> >
> > C1:C5 Brenda counts as 3, Misty counts as 1, Frederique counts as 1
> > C1-C5 Joe counts as 3, Misty counts as 2
> > D1-D5 Shana counts as 1, Monty counts as 3 and Janice counts as 1
> >

 
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
Count Names NOT #N/A Dax Arroway Microsoft Excel Worksheet Functions 2 18th Nov 2008 11:07 PM
Count Names =?Utf-8?B?RGlhbmE=?= Microsoft Excel Misc 3 22nd Sep 2005 06:00 PM
Count names =?Utf-8?B?RmFycmVs?= Microsoft Excel Worksheet Functions 4 14th Jul 2005 08:50 PM
Different Names Count Ravi Sandhu Microsoft Excel Discussion 1 27th Aug 2004 08:17 AM
Count names =?Utf-8?B?RHVuY2FuIEo=?= Microsoft Excel Programming 2 16th Mar 2004 07:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:19 AM.