Countif problems

terryc

Board Regular
Joined
Jun 27, 2006
Messages
66
Hi

I have a long list of data - about 3000 values, all integers between 18 and 30.

I want to count the number of times certain integers appear.

In the worksheet, I've set up a column with the following in:

=COUNTIF($B$2:$B$2977,18)
=COUNTIF($B$2:$B$2977,19)
=COUNTIF($B$2:$B$2977,20)
and so on to 30.

However, it is giving me some very strange answers. Basically, each of these numbers appears several hundred times in the list, but it's only giving me values like 2 or 4.

What am I doing wrong?
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Try this

=COUNTIF($B$2:$B$2977,"=18")
=COUNTIF($B$2:$B$2977,"=19")
=COUNTIF($B$2:$B$2977,"=20")
 
Upvote 0
or where your results are - & hide the range (column A)
Book5
ABCD
118118
219119
320120
421121
5220
6230
7240
8250
9260
10270
11280
12290
13300
14310
15320
16330
17340
18350
19360
Sheet1
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,033
Members
448,940
Latest member
mdusw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top