Hello,
I cannot extract the server address from an email address. Can you help me ?
Ex : xxxx.xxxx@grdf-txt.com
I want to extract "grdf-txt"
My formula : =UPPER(MID(LEFT(Email@row; FIND("."; Email@row) - 1); FIND("@"; Email@row) + 1; LEN(Email@row)))
This formula works but only for the following format xxxxxx@grdf-txt.com
Thank you
Cordialy,
azerty64