From Data choose Validation.
The Allow box in the Settings tab does not include criteria for validating text.
You can validate a text entry, but you cannot check whether the entry is text or not.
Solution: Enter a formula that will check whether the data is text.
- Choose Data, Validation.
- Select the Settings tab.
- In the Allow box, select Custom.
- In the Formula box, enter =IsText(D4) (D4 is the first cell in the range).
- Click OK.