In I2 enter:
MID(C2,FIND("@",C2)+1;LEN(C2)) and copy down. Name range with these formulas d.
In J2 enter the following array formula:
=IFERROR(INDEX(d,MATCH(0,COUNTIF($E1:E$1,d),0)),"" )
Remember to hold down Ctrl and Shift before pressing Enter. Copy the formula down.
|