Quote:
Originally Posted by Officer_Bierschnitt
Can I implement some kind of data_validation so that people can only enter some real name, maybe based on the criterion that a real name has 2 or more segments?
|
To do that, and say the cell with the Data validation is cell A1, then in the DV dialog -> Settings tab -> Allow: Custom -> Formula: =FIND(" ",A1)