Cell validation!

K

Kim-Anh Tran

How do I set cell validation criteria to custom that only accept "A
value else the alert message display.
I appreciate any help!
Kim-An
 
F

Frank Kabel

Hi
assuming your cell is A1 try the following:
- select this cell
- goto 'Data - Validation - custom'
- enter the formula
=A1="A"
 
D

Debra Dalgleish

In the data validation dialog box, choose to Allow: List
In the Source box, type: A
 
Top