Locked lesson.
About this lesson
We look at how to use basic data validation techniques to reduce garbage input and avoid errors.
Quick reference
Data Validation
Data validation helps to prevent garbage input.
When to use
If you need to limit your user's input to your spreadsheet, you can add some limitations and checks to cells with Data Validation.
Instructions
- Data validation sits on the data tab, data tools grouping, data validation
- Data validation setting consist of 3 screens
- Settings that you can use:
- Numbers
- Text
- Lists
- Formulas
- Input message
- This message displays when you hover with the mouse pointer over the cell with the data validation
- Error alert
- STOP – user cannot enter anything other than the authorized value
- WARNING – User is warned, but Excel may accept incorrect values
- INFORMATION – User is informed that the value does not meet criteria and Excel accepts the values
Client Code Field
- A number validation – select a whole number from the list and specify bottom and top values
Date of birth
- A date validation – select a bottom and top date as borders to the options using TODAY() in a formula
Lesson notes are only available for subscribers.