R
Rachel
We have a worksheet containing 900+ contact details,
amongst them email addresses. I need to extract the
domain from the email address and display it in a
separate cell - i.e (e-mail address removed), I need to display
just the domain.com.au separately.
Tried the following formulas wihtout much luck:
=RIGHT(Q3, FIND("@",Q3,2))
=RIGHT(Q8,10)
Is it possible to do this and if so, how?
amongst them email addresses. I need to extract the
domain from the email address and display it in a
separate cell - i.e (e-mail address removed), I need to display
just the domain.com.au separately.
Tried the following formulas wihtout much luck:
=RIGHT(Q3, FIND("@",Q3,2))
=RIGHT(Q8,10)
Is it possible to do this and if so, how?