Data Validation in Excel

In this article, we will learn How to validate data in Excel 2016.

Data validation tool restricts the user to input data to ensure its accuracy and consistency in Excel. It helps in the consistency of the data. It guides the user to input the type of option which is necessary for your spreadsheet.

We can custom restrict our cell using Data validation tool. There are three options under the data validation.

  1. Settings : the type of data restrictions with its various criteria, criteria can be text, number, date, time, text length or via using a logic formula . 
  2. Input Message : Message conveying the entry user to understand the data validation applied over the cell.
  3. Error Alert : Excel disallows the invalid context in the cell and displays a message with a dialog box. The alert message can be customized. 

Data validation Settings option can be customized as per the requirement. It offers you different types of option to use as per the condition required over the cell.

NOTE: Select the cell where data validation needs to be applied.

Let's understand these options one by one as shown below.
1. Validate Integer numbers : select the whole number option and choose the condition after.

2. Validate decimal numbers : select the decimal option and choose the condition after. 

3. Validate list values : restrict the user to allow from the pre mentioned list values only. List values is given as cell reference.

4. Validate date values : Excel has a set date format, validate only date values using Date option and choose the condition from later list.

5. Validate Time values : Excel has a set Time format, validate only TIme values using Time option and choose the condition from later list.

6. Validate the Text length values : Restricts the user to apply a condition on the length of the input text value using the Text length option.

7. Validate Values using the formula condition : Customize the input cell value using the logic condition over the cell using the Custom option. The Formula must return True or False.

Let's get a glimpse understanding of Data validation tool via testing an example. Here we used an example over text value.

Here we have a list of Department and we need to fill the department ID manually. ID must have a specific substring "DT".

But we need to lock this input cells with some rules. Now we learn how to do it.

We will use the data validation attribute of excel. Follow the steps to do the same:

  • Select the cells where data validation need to apply.
  • Click Data > Data Validation option from the menu.
  • The Data validation dailog box appears in front.
  • In the Settings option, Select the Custom option from the Allow list.
  • A formula box appears under the same option.
  • Use the formula in the formula box.
= ISNUMBER ( FIND ( "substring" , "text" ) )

Explanation:

  • FIND function returns the position of substring in text or returns error if not found.
  • ISNUMBER function checks if FIND function returned number or error.
  • ISNUMBER function returns TRUE if number or FALSE if error. 

FIll the details as shown below and Click OK

Now when I enter the value as shown below. A default error generates.

As you can see an error is generated "This value doesn't match the data validation restrictions defined for this cell".

But now the problem is how the user know what restrictions are there and what type of value can the cell accept.

So for this, we will customize some changes as shown below.


In Input Message option, type the details under Title & Input Message box as shown above.

In Error alert option, type the details under Title & Error Message box as shown above.

Click Ok.

A message is displayed when the cell is selected And an error message is displayed as shown below.

Now fill the right answers, to complete the table.

To copy the data validation rule to the required cells use the drag down or drag right option in excel.

As you can see, our table is complete. Now its user friendly and informative as well.

Hope you learned how to do Data Validation in Excel 2016. Excel lets you to work on these tools in Excel 2013 and 2010. Learn more content on Data Validation here. Please share your any unresolved query in the comment box below. We will help you.

Related Articles:

Data Validation in Excel : restricts user to input value manually in Excel. 

Way to use Vlookup function in Data Validation : allow values from the vlookup table in Excel.

Restrict Dates using Data Validation : allow dates in the cell which lays within Excel date format.

How to give the error messages in Data Validation : customize your data validation cell with error messages.

Create Drop Down Lists in Excel using Data Validation : restricts user to input data manually. 

Popular Articles

50 Excel Shortcut to Increase Your Productivity

Edit a dropdown list

Absolute reference in Excel

If with conditional formatting

If with wildcards

Vlookup by date

Join first and last name in excel

Leave a Reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.