#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Count Names

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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Count Names

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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Count Names

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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count Names NOT #N/A Dax Arroway Excel Worksheet Functions 3 May 12th 23 07:44 PM
Count Names relo Excel Worksheet Functions 7 August 8th 07 07:42 PM
Count Names mudraker Excel Worksheet Functions 2 June 22nd 06 09:21 AM
Count Names Diana Excel Discussion (Misc queries) 3 September 22nd 05 06:00 PM
Count names Farrel Excel Worksheet Functions 4 July 14th 05 08:50 PM


All times are GMT +1. The time now is 08:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"