Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Empty value within data validation dropdown

Tags:

People also ask

How do I allow blank in data validation list?

Fix: Turn Off Ignore Blank Select the cell that contains a data validation list. Choose Data|Validation. On the Settings tab, remove the check mark from the Ignore blank box. Click OK.

How do I ignore blank cells in data validation list?

For example you have below data in a range B2:B13, for creating drop down list without blank cells, first, you can copy and paste the data into a new column without blanks. And then create a drop down list based on this new value list.


After adding data validation to the cell with 'list of items' I've stuck to add 'empty value' to the list of valid items.
By for selecting 'empty value' I expect to clear the cell.
Is that possible?