Excel : Data Validation, how to force the user to enter a string that is 2 char long?

后端 未结 6 1202
梦谈多话
梦谈多话 2021-01-14 23:56

I would like to add some data validation on a cell in the latest Excel. I would like to force the user to enter a string that is two-char long, with the first char a digit,

6条回答
  •  耶瑟儿~
    2021-01-15 00:15

    Select range, then in the Data menu, choose Validation.
    Allow: choose Text length, Minimum = 2, maximum = 2

提交回复
热议问题