I'd either do this using the countif function or with a pivot table. I
think it would be easier with a pivot table. Check this out and if you have
questions, come back
http://www.cpearson.com/excel/pivots.htm
"DTTODGG" wrote:
Hello-
I have a very large file. In column "G" are company names sorted alpha. But
they can be repeated row after row.
I need to know which companies are listed 3 or more times.
Adam
Adam
Bob
Bob
Bob
Charlie
Doug
Doug
Doug
Doug
So, do I put a count in a new column "H"?
Adam 2
Adam 2
Bob 3
Bob 3
Bob 3
Charlie 1
Then I need a report show if count is greater than or equal to 3:
Bob 3
Doug 4
Is this possible?
Thanks in advance!