Custom Data Val for specific text and numbers only
Looks good Max
Gord
On Fri, 15 Feb 2008 16:44:02 -0800, Max wrote:
1. numbers greater than or equal to 10; or
2. if the number is less than 10 then the user can only enter the text
"<RL".
Based on your orig. posting, this might suffice
Select col A, apply Data Validation Custom
Formula: =OR(AND(ISNUMBER(A1),A1=10),EXACT(A1,"<RL"))
|