Limiting Digits in a Cell

  • Thread starter Thread starter JAMES SYLVESTERSR
  • Start date Start date
J

JAMES SYLVESTERSR

Is there any way to limit the number of digits that can be entered into a
cell. I have some cells in a sheet that I would like to limit to three
digits.
 
James,

Would Data Validation work for you. You could set the min and max to 0 and
999, so it would get an error if more than 999 was input. You can specify
your own message.
 
Back
Top