Data Validation in Excel | CustomGuide

Data Validation in Excel

How to Use Data Validation Rules in Excel

Data Validation in Excel

You can help users enter accurate and appropriate information into your worksheets with Excel’s Data Validation feature. Data validation restricts the type of information that can be entered in a cell and can provide the user with instructions for entering information in a cell.

Create a Validation Rule

  1. Select the cells you want to validate.
  2. Click the Data tab.
  3. Click the Data Validation button.
    Data Validation
  4. Click the Allow list arrow.
  5. Select the type of data you want to allow.
    • Any value: No validation criteria applied.
    • Whole number: Allows a whole number between the minimum and maximum limits set.
    • Decimal: Allows a decimal or a percent entered as a decimal between the set limits.
    • List: Allows a value from a list of choices. A list arrow appears in the cell, and users can choose from the list.
    • Date: Allows a date within set limits.
    • Time: Allows a time within set limits.
    • Text length: Allows text containing a certain number of characters.
    • Custom: Allows a formula to be entered to calculate what is allowed in the cell.
    Data Validation
  6. Specify the data validation rules.

    The validation options will vary depending on the option selected in the Allow field.

  7. Click OK.
    Data Validation

    The data validation is set for the selected cell(s). When a user tries to enter data that is not valid, Excel will prevent the entry and display a message about the cell being restricted.

    To find validated data in a worksheet, click the Find & Select button in the Editing group on the Home tab and select Data Validation. The validated cells are highlighted.

Add Input and Error Messages

Prevent data validation issues by setting up Excel to display a message whenever a cell or range of cells is selected. These messages are useful when other people will be entering data in your worksheet. An error message can be configured to appear when data is entered that does not match a data validation rule.

  1. Select the cells where you want an input message to appear.
  2. Click the Data tab.
  3. Click the Data Validation button.
  4. Click the Input Message tab.
  5. Enter an input message.
    Data Validation
  6. Click the Error Alert tab.
  7. Select an error alert style.
    Data Validation
    • Stop: Prevents users from adding invalid data in a cell.
    • Warning: Warns that the data entered is invalid, but users can click Yes to accept the invalid entry, No to edit it, or Cancel to remove it.
    • Information: Informs users that the data entered is invalid, but users can click OK to accept the invalid entry or Cancel to remove it.
  8. Enter an error alert message.
  9. Click OK.
  10. Select a cell with an input message.
  11. Data Validation

Now when a cell in the range is selected, the title and message display. If you enter an invalid value, a custom error message appears.