B 
		
								
				
				
			
		Bob
I want to limit entry in a cell to a 9 digit number.  I
had have some success because I can enter the following
formula in Tools - Data - Validation - Custom and it is
almost successul:
=AND(LEN(C6)=9,C6=INT(C6),ISNUMBER(C6))
Except only if the the number begin with a zero:
i.e. 023564789 is not valid.
Any help.
				
			had have some success because I can enter the following
formula in Tools - Data - Validation - Custom and it is
almost successul:
=AND(LEN(C6)=9,C6=INT(C6),ISNUMBER(C6))
Except only if the the number begin with a zero:
i.e. 023564789 is not valid.
Any help.