Limiting Digits in a Cell

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.
 
B

Bob Phillips

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.
 
Top