Data Validation Examples
Data Validation Examples
The following worksheets have various completed Data Validation examples as mentioned
Each worksheet is listed below, along with what kind of Data Validation you'll find
on you'll find
Number of Dependents
Dependents Deductions
• This example limits users to entries
2 4 greater than or equal to 2 times the value
in cell A14. The Minimum value is
determined by a formula:
=2*A14
ries
he value
s
Decimal
example limits users to a decimal
nt) value less than or equal to
an or equal to 3%
Data Validation List with a Table for a source
Cost Centers
• This example limits users to Cost Center
entries from 100-999 in range A4:A12.
er list instead
Data Validation - Limit users to date entries only
Time Off Request
Start Date End Date Date Entries
11/09/24 11/14/24
• This example limits users to entering a start
date after today by using the TODAY()
function, and an end date after the start date.
Budget
65,000
Budget Input -- Human Resource Maximum
=AND(LEFT(A4,3)="ID-",LEN(A4)>9)
=ISTEXT(B22)
oduct ID
re total
om Number
+1) - See the
y enter an employee
s can be changed in
RUE,FALSE)
SE arguments to
ndition is TRUE, then
entry to be
e rejected.
Data Validation - Custom option to ensure Unique entries only