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,
Jerome,
In case you want to resolve this without VBA, you could
If you need this data in uppercase, you can use the formula =UPPER(A1) where ever you use the input.