View Single Post
  #2   Report Post  
Ken Johnson
 
Posts: n/a
Default simple validation formula required

archeti,
I typed =AND(ISNUMBER(A1), LEN(A1)=5) into the custum formula input box
of the data validation dialog and A1 was rejected if it was not a 5
digit number.
Is this what you are after?