countif problem

jrw

New Member
Joined
Jun 13, 2002
Messages
40
If I have a column, A, of integers, and I want to place those numbers that occur, say 9 or more time into Column B, what is the countif statement that allows me to do this? Brain is locked... Many thanks to any suggestion(s).
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
"..what is the countif statement that allows me to do this?"

There isn't one - at least not on its own. Try this:

1) Data is in column A, with a header in row 1
2) make sure there's nothing in c1 & in cell c2 enter:

=COUNTIF($A$2:$A$100,A2)>=9

...adjust range to suit
3) go to data | filter | advanced filter
4) select:
- copy to another location
- enter your data range
- criteria range is $c$1:$c$2
- select $E$1 as the copy to
5) hit enter
 
Upvote 0

Forum statistics

Threads
1,214,789
Messages
6,121,605
Members
449,038
Latest member
Arbind kumar

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