ISEMAIL
Checks whether a value is a valid email address.
Sample Usage
ISEMAIL("noreply@google.com")
ISEMAIL("johndoe@yourname.com")
Syntax
ISEMAIL(value)
value
- The value to be verified as an email address.
See Also
ISURL
: Checks whether a value is a valid URL.
ISERROR
: Checks whether a value is an error.
ISTEXT
: Checks whether a value is text.
ISBLANK
: Checks whether the referenced cell is empty.
Was this helpful?
How can we improve it?