Simple data validation or enum fields in Excel
Excel is still often used for simple time tracking or roadmap planning in small IT projects. It is good to know that with a simple steps you can create a basic data validation for certain fields in your sheets.
Kind of validation, as discussed here, focuses on forcing user to select or enter only values that are found in some reference list (dictionary). A classing enum / enumerator field well known in databases. If user provided an incorrect (out of scope) value then an error is displayed:
Unfortunately, due to nature of Microsoft Excel, this fails completely when data is pasted.
Read More “Simple data validation or enum fields in Excel”