I am trying to use data validation to restrict entry into a cell.
I want to make sure the entry is 9 digits and can not be repeated in cells cells B3 through B238.
So far =COUNTIF($B$3:$B$238,B8)=1 prevents the duplicate/repeated entry. How can I also require entry to be 9 digits?
Thanks
I want to make sure the entry is 9 digits and can not be repeated in cells cells B3 through B238.
So far =COUNTIF($B$3:$B$238,B8)=1 prevents the duplicate/repeated entry. How can I also require entry to be 9 digits?
Thanks