Mark, I think this is one of your's... that I saw
Email Formula field
var text phoneone = Right ([Phone], 13);
var text phonetwo = Left ($phoneone, 3);
var text phonethree = Mid ($phoneone, 6, 3);
var text phonefour = Right ($phoneone, 4);
var text phonefive = $phonetwo & $phonethree & $phonefour;
var text email = If([Cell Provider]="AT&T","@txt.att.net",[Cell Provider]="Verizon", "@vtext.com", [Cell Provider]="Sprint", "@messaging.sprintpcs.com", [Cell Provider]="T-Mobile", "@tmomail.net", [Cell Provider]="MetroPCS", "@mymetropcs.com", "");
var text conct = $phonefive & $email;
$conct
------------------------------
Hans Hamm
------------------------------