lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
Can I have 2 data validation rules applied on the same cell? For example I want user only enter text in cell A1 and the text should be at least 2 characters. So I thought I should go to Data Validation-->Custom--> Formula and use this formula
=isText(A1)
but how can I control the length now? Thank you so much.
Can I have 2 data validation rules applied on the same cell? For example I want user only enter text in cell A1 and the text should be at least 2 characters. So I thought I should go to Data Validation-->Custom--> Formula and use this formula
=isText(A1)
but how can I control the length now? Thank you so much.