Google Sheets – Data Validation for Text Only

data validationgoogle sheets

I want to make a column (lets say column A) that you can only enter text into it, and reject all numbers.

I have tried "custom" and "=istext()" for the formula… other options don't seem to work

for example:
2 –> reject
hello2 –> accept
12 –> reject

one2one –> accept

Best Answer

Try selecting ColumnA and for validation this formula:

=istext(A1)