Data Validation Examples
Data Validation Examples
The following worksheets have various completed Data Validation examples as mentioned in the following Sup
Each worksheet is listed below, along with what kind of Data Validation 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
ecimal
imits users to a
t) value less than or
Data Validation List with a Table for a source
Department Dept ID Department Steps
Accounting 401 Sales
1. Add your list data and format it
Payroll 501 as a Table (Home tab > Styles >
Human Resources 301 Format as Table).
Sales 201 2. It's not necessary, but you can
Marketing 601 name your table from the Table
tools tab - this one is named
Operations 701 "DepartmentTable". This will
Executive 101 help you keep track of multiple
tables.
d format it
Styles >
ut you can
he Table
amed
his will
multiple
for your
range
hen from
t Name
s one is
t".
you want
t (D4 in
e Data tab
w List >
tList".
Messages
Create your Data Validation List
Cost Centers
This example limits users to Cost Center
entries from 100-999 in range A4:A12.
=AND(LEFT(A4,3)="ID-",LEN(A4)>9)
=ISTEXT(B22)
=IF(B6<=(TODAY()-(365*B4)),TRUE,FALSE)
=ISNUMBER(FIND("@",A4))