G
Gav
Hi,
Any thoughts how i would verify that a cell only contains
the following chars:
[a-z],[0-9],.,@,_,-
I've got a list of e-mail addresses in Excel & would like
to make sure they only contain these chars.
I've started with this formula:
=IF(TRIM(C2)<>C2,"Contains spaces at start or end",IF(CLEAN
(C2)<>C2, "Contains non-printing characters", "ok"))
Where the column C has the e-mail address.
Thanks,
Gav
Any thoughts how i would verify that a cell only contains
the following chars:
[a-z],[0-9],.,@,_,-
I've got a list of e-mail addresses in Excel & would like
to make sure they only contain these chars.
I've started with this formula:
=IF(TRIM(C2)<>C2,"Contains spaces at start or end",IF(CLEAN
(C2)<>C2, "Contains non-printing characters", "ok"))
Where the column C has the e-mail address.
Thanks,
Gav