View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Alan Alan is offline
external usenet poster
 
Posts: 492
Default 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.