Data validation allow letters and numbers only
To create a data validation rule that allows only letters and numbers (no punctuation, symbols, or spaces), you can use a custom formula based on the FIND, SEQUENCE, and LET functions. In the example shown, the data validation applied to B5:B16 is: …Read more