I am trying to find an easy way, or even a custom apps script function to detect spellcheck errors within email domains in a Google Sheet.
=ISEMAIL does not work here, as that only checks for @/.com in the value, and does not check if it is an actual domain.
Example: example@google.com would be shown as valid. But example@gogle.com would be shown as invalid/false.