Removing Data Validation Restrictions: 3 Ways

Data Validation is a built-in feature that allows you to control the type of data documented in your dataset; it is also called a drop-down list. In other words, you can limit whether data can be entered in a particular cell – such as dates, numbers, or text – via a defined list of rules.

For example, when you click on a cell and an arrow appears, it means that cell contains data validation rules.

remove Data Validation in Excel

Here, the rule stipulates that only certain preselected names can be used in this dataset.

Conversely, here the rule stipulates that all data must be less than 20.

remove Data Validation in Excel

If we then try to input 22, a warning box will appear.

remove Data Validation in Excel

This second example differs from the first in that, despite the absence of drop-down icons, rules are still in effect.


How to Find Cells Containing Data Validation

Before we can remove data validation, we need to be able to locate it; and if your dataset is large, you won’t be able to do so one by one.

The following dataset contains some columns with data validation rules, except we can’t tell by looking which ones they are.

Steps

  • Click Home  Editing Find & Select Data Validation

remove Data Validation in Excel

The entire range of cells containing validation rules is now grayed out.

remove Data Validation in Excel


How to Remove Data Validation Restrictions

Method 1 – Remove Restrictions Using the Data Validation Box 

This is the most common method, composed of two options. The first option (outlined in section 1.1) is simply to select the range of cells containing validation rules, then click Clear to remove all rules.

A second option (outlined in section 1.2) is to select the range of cells containing validation rules and then remove the criteria.


1.1 Select the ‘Clear All’ Option

Steps

  • Select the range of cells containing validation rules (as previously explained).

  • Click Data  Data Validation.

Regular Ways to Remove Data Validation

  • When the following dialog box appears, click OK.

  • The Data Validation dialog box will then appear; click Clear All, then OK.

Regular Ways to Remove Data Validation

And with that, the drop-down icon is gone. If there are any custom rules in the validation, they will be gone as well.

Regular Ways to Remove Data Validation


1.2 Allow ‘Any Values’ in Data Validation Criteria

Steps

  • Select the range of cells containing validation rules (as previously explained).

  • Click Data  Data Validation.

Regular Ways to Remove Data Validation

  • When the following dialog box appears, click OK.

  • The Data Validation dialog box will then appear; select “Any value”, then click OK.

Regular Ways to Remove Data Validation

And with that, the drop-down icon is gone. If there are any custom rules in the validation, they will be gone as well.

Regular Ways to Remove Data Validation


Method 2 – Use the Paste Special Command

Steps

  • Select an empty cell and press Ctrl+C.

  • Select the range of cells containing validation rules (as previously explained).

  • Press Ctrl+Alt+V to open the Paste Special dialog box.

Paste Special Command to Remove Data Validation

  • Click Validation, then OK.

Regular Ways to Remove Data Validation

And with that, the drop-down icon is gone. If there are any custom rules in the validation, they will be gone as well.

Read More: How to Copy Data Validation in Excel


Method 3 – Apply VBA Codes

Steps

  • Press Alt+F11 to open the VBA editor.
  • Click Insert Module.

  • Enter the following code:
Sub Clear_Data_Validation()
Selection.Validation.Delete
End Sub
  • Click Save.
  • Select the range of cells containing validation rules (as previously explained).

  • Press Alt+F8 to open the Macro dialog box.

VBA Codes to Remove Data Validation in Excel

  • Click Clear_Data_Validation, then Run.

Regular Ways to Remove Data Validation

And with that, the drop-down icon is gone. If there are any custom rules in the validation, they will be gone as well.

Read More: How to Remove Blanks from Data Validation List in Excel


Things to Remember

If your worksheet is composed of multiple datasets, click Find & Select Data Validation.

As Data Validation is unavailable for protected sheets, you must unprotect your worksheet by removing passwords from the workbook.


Download Free Practice Workbook


Related Articles


<< Go Back to Data Validation in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
A.N.M. Mohaimen Shanto
A.N.M. Mohaimen Shanto

A.N.M. Mohaimen Shanto, a B.Sc. in Computer Science and Engineering from Daffodil International University, boasts two years of experience as a Project Manager at Exceldemy. He authored 90+ articles and led teams as a Team Leader, meticulously reviewing over a thousand articles. Currently, he focuses on enhancing article quality. His passion lies in Excel VBA, Data Science, and SEO, where he enjoys simplifying complex ideas to facilitate learning and growth. His journey mirrors Exceldemy's dedication to excellence and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo