Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to enter free-form text in cell with drop-down-list?

I'm having to do a little bit of user data validation in Excel which will be used for application upload. I have a list of values (LOVs) that I'm providing in a drop down box in an Excel. That's easy.

Is there a way to also allow for free form text in the drop down list cell? Excel tries to validate it against the given LOVs. I don't need the user-entered text to become part of that LOV, just that it is possible to 'override' or put additional text in there instead?

like image 352
Jé Queue Avatar asked Jan 14 '10 21:01

Jé Queue


People also ask

How do I add words to a drop down list in Excel?

Edit a drop-down list with items that have been entered manually. On the worksheet where you applied the drop-down list, select a cell that has the drop-down list. Go to Data > Data Validation. On the Settings tab, click in the Source box, and then change your list items as needed.


1 Answers

In the Validation dialog, go to the "Error Alert" tab and uncheck "Show error alert after invalid data is entered".

like image 155
GSerg Avatar answered Nov 07 '22 03:11

GSerg