Thread
:
How can I restrict a cell(s) to alpha-only data entry?
View Single Post
#
2
Posted to microsoft.public.excel.misc
Alan
external usenet poster
Posts: 492
How can I restrict a cell(s) to alpha-only data entry?
Try using 'Custom' and the formula
=ISTEXT(A1)
where A1 is the cell you apply the validation to,
Regards,
Alan.
"Robert T" <Robert
wrote in message
...
I'm preparing a worksheet and need to have a range of cells to allow
alpha-only data entry, the validation option is not working for me unless
I'm
missing something.
Reply With Quote
Alan
View Public Profile
Find all posts by Alan