|  

» Restricting Cell Entries to Text Only

Problem:

We want to ensure that only text may be entered into the cells of column A.

Solution:

Use Data Validation:
1. Select Column A.
2. Data --> Data Validation --> Settings --> Custom
3. Enter the following formula in the Formula box:
=ISTEXT(A1)
4. Click OK.

Thus, if an entry is not text, an error message will pop up, forcing the user to try again.

Rate This Tip
12 34 5
Rating: 4.00     Views: 15796
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments