Extract domain from an email address
Extract the domain from the specified email address.
Sample usage
DOMAINOF("[email protected]")
returns appsheet.com.
Syntax
DOMAINOF(email)
-
email
- Email address (textual value) from which to extract the domain.