Remove duplicates in column to count specifics

afdmello

Board Regular
Joined
Oct 19, 2010
Messages
104
Hi all,

I have 400 rows of data in a column which are also repeat and so I want to remove the duplicates or hide them so I can count the unique entries. Is there an easy and quick way?

Thanking you,

Afd
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
You could use the =UNIQUE function to count the unique entries without removing or hiding the duplicates.
 
Upvote 0
I do not have the unique function. I use excel 2016. The intent is only to count and nothing else.

Thanks Though.
 
Upvote 0
Based on a single column, or multiple columns?
The simplest method that comes to mind is
Excel Formula:
=SUMPRODUCT(1/COUNTIF(A1:A100,A1:A100))
However that is only good for a single row or column with no empty cells in the specified range.
 
Upvote 0
Solution
Or put into a pivot table and use the filter to count unique values, its a fine solution for something you don't have to do all the time
 
Upvote 0

Forum statistics

Threads
1,214,879
Messages
6,122,065
Members
449,064
Latest member
scottdog129

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