candymycandy
New Member
- Joined
- Jun 14, 2022
- Messages
- 17
- Office Version
- 365
- Platform
- Windows
Hi,
I have a formula that extracts the domain/company name from an email address after the @ sign when the format is BobSmith@Company.com
=MID(LEFT(D748,FIND(".",D748,FIND("@",D748))-1),FIND("@",D748)+1,99)
Is it possible to do this to extract the domain/company when the email address is in the format BobSmith@UK.Company.com please?
Thanks in advance for any help!
I have a formula that extracts the domain/company name from an email address after the @ sign when the format is BobSmith@Company.com
=MID(LEFT(D748,FIND(".",D748,FIND("@",D748))-1),FIND("@",D748)+1,99)
Is it possible to do this to extract the domain/company when the email address is in the format BobSmith@UK.Company.com please?
Thanks in advance for any help!