excel - Validity of a number in a cell -


i have members table in excel column cell phone numbers, , need output members cell phone numbers invalid (less/more 10 digits).

can suggest best way of doing this?

is there formula count number of digits in cell?

try regex:

/(?:(?<= [+][1-9])|(?<= [1-9])|(?<= ))([2-9][0-9]{9})\b/gi 

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -