Unique and data validation

Giordano Bruno

Well-known Member
Joined
Jan 7, 2007
Messages
1,341
Has anyone found a solution to this problem. I create a column of names using SORT(FILTER(UNIQUE(... The source is the names in my data entry sheet. I then use these values in a data validation drop down. When an invalid name is entered, the new name is immediately added to the sorted and filtered unique list so the new name is never invalid and therefore is not trapped by data validation. I can turn calculation to manual on activating the worksheet and automatic on deactivation and when the worksheet changes, I run Automatic then Manual. This is cumbersome and I must then set calculation to automatic when the workbook is deactivated. I feel there must be a simpler solution.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Put calculation to automatic as a command in the Workbook_Close code.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

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