Forum Discussion
sarahsmith
Jul 08, 2019Copper Contributor
Data Validation to force user to add correct email address
Hello I have a large spread sheet which includes 100's of emails, often if the email address is unknown someone will write random text which is quite frustrating, I have tried using custom data v...
Kodipady
Jul 08, 2019Iron Contributor
Please try the following in data validation custom formula
=ISNUMBER(MATCH("*@*.???",C2,0))
Ps: Please replace C2 with the cell reference of the first row of email list