PC Review


Reply
 
 
=?Utf-8?B?Tm9yZGlj?=
Guest
Posts: n/a
 
      20th Sep 2007
How do I do a count in a column. I have a column with A, B, and P in it. I
want to count how many A's, B's, and P's.

Thanks,
Nordic
 
Reply With Quote
 
 
 
 
Rick Rothstein \(MVP - VB\)
Guest
Posts: n/a
 
      20th Sep 2007
> How do I do a count in a column. I have a column with A, B,
> and P in it. I want to count how many A's, B's, and P's.


Number of A's: =COUNTIF(A1:A100,"=A")

Number of B's: =COUNTIF(A1:A100,"=B")

Number of P's: =COUNTIF(A1:A100,"=P")

Rick
 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      20th Sep 2007
Try this:

Letters in the range A1:A100

C1 = A
C2 = B
C3 = P

Enter this formula in D1 and copy down to D3:

=COUNTIF(A$1:A$100,C1)

--
Biff
Microsoft Excel MVP


"Nordic" <(E-Mail Removed)> wrote in message
news:28C5CCB8-F87B-491D-8357-(E-Mail Removed)...
> How do I do a count in a column. I have a column with A, B, and P in it.
> I
> want to count how many A's, B's, and P's.
>
> Thanks,
> Nordic



 
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
Virtual line counts versus physical line counts LindaP Microsoft Word Document Management 1 19th Nov 2009 06:47 AM
average daily counts to weekly counts Dave Microsoft Excel Misc 0 17th Jun 2008 06:24 PM
Num & Den Counts =?Utf-8?B?QW5keQ==?= Microsoft Access Queries 1 12th Sep 2006 07:30 PM
Counts Ange Microsoft Excel Programming 1 17th Aug 2004 07:08 PM
What counts !!! kirkczuhai Microsoft Dot NET 0 9th Jun 2004 11:20 PM


Features
 

Advertising
 

Newsgroups
 


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