Limit Excel cell entry to a certain number of digits

24,537

You can use the data validation (Ribbon > Data > Data Validation) to control it.

Allowing a 9 digit number only, is equivalent to allowing numbers between 100,000,000 and 999,999,999.


If you want to simply flag it instead, you should use a conditional formatting, if the number is not between 100,000,000 and 999,999,999.

Share:
24,537

Related videos on Youtube

Aarti
Author by

Aarti

Updated on September 18, 2022

Comments

  • Aarti
    Aarti over 1 year

    How can one fix the number of digits entered in a cell. For instance, I want only 9 digits to be entered in a cell and if it's more or less it should be flagged or not accepted. I want to make sure that junior staff don't miss digits when entering data.

  • fixer1234
    fixer1234 about 6 years
    Once again, you didn't read the question carefully and posted a non-responsive answer. This gives the wrong result for an 8 digit number.
  • Rajesh Sinha
    Rajesh Sinha about 6 years
    @fixer1234,now I've edited the Formula =9. Exactly as OP written, "I want only 9 digits to be entered in a cell and if it's more or less it should be flagged or not accepted."