PC Review


Reply
Thread Tools Rate Thread

Counting values

 
 
=?Utf-8?B?YWxsZW4=?=
Guest
Posts: n/a
 
      11th Sep 2007
I have a column of numbers like that below. I want to coun how many times
each value appears in the column. How do I do that (other than print it out
and count by hand)?

31
30
27
24
23
23
22
20
19
18
18
17
16
16
15
14
13
13
12
12
11
11
11
10
9
9
9
9
8
8
7
7
7
7
6
6
6
6
5
5
4
4
4
4
4
4
4
3
3
3
3
3
3
3
3
2
2
2
2
2
2
2
2
2
2
1
1
1
1
1
1
1


 
Reply With Quote
 
 
 
 
=?Utf-8?B?Q2hhZA==?=
Guest
Posts: n/a
 
      11th Sep 2007
Use the countif function. Here's an example:

=COUNTIF(A1:A12,"31")

where A1:A12 is the entire range of cells you want to use, and 31 is the
value you want to count. In the example, this will count all values of 31
within the range of A1 to A12.

Hope this helps,
Chad


"allen" wrote:

> I have a column of numbers like that below. I want to coun how many times
> each value appears in the column. How do I do that (other than print it out
> and count by hand)?
>
> 31
> 30
> 27
> 24
> 23
> 23
> 22
> 20
> 19
> 18
> 18
> 17
> 16
> 16
> 15
> 14
> 13
> 13
> 12
> 12
> 11
> 11
> 11
> 10
> 9
> 9
> 9
> 9
> 8
> 8
> 7
> 7
> 7
> 7
> 6
> 6
> 6
> 6
> 5
> 5
> 4
> 4
> 4
> 4
> 4
> 4
> 4
> 3
> 3
> 3
> 3
> 3
> 3
> 3
> 3
> 2
> 2
> 2
> 2
> 2
> 2
> 2
> 2
> 2
> 2
> 1
> 1
> 1
> 1
> 1
> 1
> 1
>
>

 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      11th Sep 2007
=COUNTIF(A:A,A1) and copy down.
--
David Biddulph

"allen" <(E-Mail Removed)> wrote in message
news:59944E4E-8FA3-4177-8686-(E-Mail Removed)...
>I have a column of numbers like that below. I want to coun how many times
> each value appears in the column. How do I do that (other than print it
> out
> and count by hand)?
>
> 31
> 30
> 27
> 24
> 23
> 23
> 22
> 20
> 19
> 18
> 18
> 17
> 16
> 16
> 15
> 14
> 13
> 13
> 12
> 12
> 11
> 11
> 11
> 10
> 9
> 9
> 9
> 9
> 8
> 8
> 7
> 7
> 7
> 7
> 6
> 6
> 6
> 6
> 5
> 5
> 4
> 4
> 4
> 4
> 4
> 4
> 4
> 3
> 3
> 3
> 3
> 3
> 3
> 3
> 3
> 2
> 2
> 2
> 2
> 2
> 2
> 2
> 2
> 2
> 2
> 1
> 1
> 1
> 1
> 1
> 1
> 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
RE: Counting values in one cell based on values in another Teethless mama Microsoft Excel Misc 0 18th Apr 2009 12:09 AM
counting rows with same values for multiple values Jon Viehe Microsoft Excel New Users 4 1st Sep 2005 03:49 PM
Counting rows, then counting values. Michael via OfficeKB.com Microsoft Excel Misc 7 4th Aug 2005 10:57 PM
Counting Rows Then Counting Values in Columns Michael via OfficeKB.com Microsoft Excel Programming 1 1st Jun 2005 04:10 PM
Counting unique values and all values in same query John Morrissey Microsoft Access Queries 1 6th Aug 2004 12:14 PM


Features
 

Advertising
 

Newsgroups
 


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