#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Counts

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,202
Default Counts

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
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Counts

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" wrote in message
...
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
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
percentages of counts shahnaz Excel Discussion (Misc queries) 1 August 9th 07 11:26 PM
counts of dates jjuan New Users to Excel 4 February 1st 07 02:33 PM
Record Counts Lisa Excel Worksheet Functions 6 October 22nd 06 02:03 AM
getting several hundred n-counts johnny vino Excel Discussion (Misc queries) 2 September 12th 06 05:36 PM
floating counts Bob in Granger Excel Discussion (Misc queries) 2 July 28th 05 06:30 PM


All times are GMT +1. The time now is 05:12 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"