Validate e-mail address in a cell in Excel |
|
It is useful to verify if the input in a cell where email address should go is a valid input. In MS Excel we can use a validation functionality to perform an input validation.
And what does this formula do? It looks for an “at” symbol first and if it finds it it continues with the search and looks for a dot symbol. It returns the position of the dot symbol.
|
