Limit input values using Data Validation in Excel
The numbers in Excel spreadsheets are extremely important, even the confusion of 1 digit in the spreadsheet has huge consequences. To avoid data confusion, you should set a limit for the column of data cells to minimize the consequences of confusion. The following article will guide you in detail how to Limit the value entered by Data Validation in Excel.
Step 1: Select the data range you want to limit the value (for example, here limit the value entered in the position allowance column) -> go to the Data tab -> Data Validation:
Step 2: A dialog box appears and click the Setting tab as follows:
- The Allow section includes the following options:
+ Whole number: Only allow integer input
+ Decimal
+ List: Limiting the value entered in the list available.
+ Date: Limiting data type to date.
+ Also type Text Length, Custom.
- Data section includes options for the range of data, for example when selecting Whole number has the following ranges:
+ Between (not between) : the limit between a certain range of values, for example, in the range from 1 to 100. Where minimum: Limit the minimum value, maximum: Limit the maximum value.
+ Equal to (not equal to): Equal to a specified value.
+ greater than, less than: Greater than (less than) a specified value
+ Greater than or equal to, less than or equal to: Greater than (less than) or equal to a specified value.
The example here limits values from 250,000 to 900,000:
Step 3: After limiting the value, you need to adjust the content displaying the error message so that users can understand and re-enter the value by clicking on the Error Alert tab :
Step 4: Return to the worksheet, enter the value for the Position Allowance column, when entering the value beyond the limited range, an error message appears specifying the error content for you to edit:
However, with Data Validation only limiting values when that value is entered directly from the keyboard, the case of entering indirect values for cells using the Data Validation formula has no effect.
The above is a detailed guide on how to limit the value entered by Data Validation hope to help you. Good luck!
You should read it
- How to limit the value entered by Data Validation Excel
- How to limit data with Data Validation in Google Sheets
- How to create duplicate data entry notifications on Excel
- How to write fractional values in Excel
- Manage goods with Data Validation in Excel very well
- Filter data that doesn't overlap in Excel - Filter for unique values in Excel
- Form Validation in JavaScript
- Instructions on how to create input forms in Excel extremely fast and simple
- Check data entry in Excel
- How to convert a CSV file to Excel
- How to enter formula data in Excel
- How to compare data on 2 Excel columns
Maybe you are interested
AMD has surpassed Intel in brand value
SQL way to count NULL and NOT NULL values in a column
Comparing Odroid-N2+ and Raspberry Pi 4: Which option offers better value?
How to receive free gifts from IObit with a total value of nearly 150,000 USD
Write a program to find duplicate values in Python
Write a program to check duplicate values in Python