Then assuming your first string is in A2, this formula should tell you if there is less than 10 digits (excluding brackets, spaces and dashes)....



=LEN(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A2,"-",""),"(",""),")","")," ",""))<10