Data Validation - List with unique values

Robandemmy

Board Regular
Joined
Jul 16, 2018
Messages
65
Hello,

A few times a week i dump an extract into a speadsheet that i have to monitor project costs. The speadsheet has multiple helper columns i use to make looking things up much easier. Is there a way to create drop down list of column "A" that will only return the entries once? I would like to have the following:

Red
Red
Red
Blue
Green
Blue
Red
Red
Blue

I would like to have a dropdown list that shows only Red, Blue and Green. My list is much larger (~95000 lines with ~800 unique values)
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi there,

Take a look at this video. It shows a great method for doing this, which doesn't require any VBA or formulas. Very slick.
 
Upvote 0
If you have up-to-date software (Excel 365) you can put a Data Validation rule in cell E3 that refers to the extracted and sorted unique list of the items in the range in ColA.

1586897623016.png


MrExcel posts18.xlsx
ABCDE
3RedBlueGreen
4RedGreen
5RedRed
6Blue
7Green
8Blue
9Red
10Red
11Blue
Sheet13
Cell Formulas
RangeFormula
C3:C5C3=SORT(UNIQUE(A3:A11))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,602
Members
449,089
Latest member
Motoracer88

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