Ex,
C1 has "name@whatever.com"
then in C2 it says "Email"
and if in C1 doesnt have that "@" then return saying "other"
now my formula is part right but obviously needs work..
=IF(C4="@","Email","Other")
now thats part right cuz it says other but obviously i need it to check the whole cell for any character with "@" i guess..
Please help!
Edit:
I found a way that works..
=IF(ISNUMBER(SEARCH("@",C4)),"Email", "Other")
if you have another way just let me know. Thx
Edited by b00g3R, 28 February 2008 - 05:38 PM.
