Unique List

ManUBlueJay

Active Member
Joined
Aug 30, 2012
Messages
302
Office Version
  1. 2016
Platform
  1. Windows
I am trying to make a simple unique list from a large Column.
There are various options on the web but do not seem to work.
Here is one example that needs to be used in am array.


{=INDEX(list,MATCH(0,COUNTIF($D$4:D4,list),0))}

List is my Column of entries
D4 is the cell right above "List"

It brings back the first 2 uniques but then lists the second many times.
Does anyone see a fix or a better option

</pre>
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Maybe something like this:
This is an array formula and must be entered with CTRL-SHIFT-ENTER.
This assumes there are no blanks in your list. If you have blanks we will need to make a small change to the formula.
Excel Workbook
ABC
1ListUnique
2Test1Test1
3Test2Test2
4Test1Test4
5Test4Test6
6Test4Test120
7Test6Test8
8Test120Test9
9Test8Test100
10Test9Test11
11Test100Test13
12Test11
13Test120
14Test13
15
Sheet
 
Upvote 0

Forum statistics

Threads
1,214,565
Messages
6,120,254
Members
448,952
Latest member
kjurney

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