View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BethP BethP is offline
external usenet poster
 
Posts: 10
Default Validate an email address

Is there an easy formula to tell you if an email address is formatted
correctly, with ? I don't even need to know more then that
(such as valid domains, etc.) for now.

My original thought was just a basic IF statement to drop in to the next
column that tells me if the cell is formatted correctly. But I don't know
how to look for text in a particular sequence or format.

Any ideas for something like this, or better? Thanks!
(You all always have the best answers!)

-bethp