Page 1 of 1

Get name

Posted: Thu Jul 29, 2021 6:09 pm
by sna
Hi Dear,

I need your help to extract name from mail address separate by comma in a cell.the formula would list the names down.

I attached a template

Thanks

Re: Get name

Posted: Thu Jul 29, 2021 7:22 pm
by norkaz
..

Hi Guy,

Try this.

I think my formula is a little bit too long , It might have a proper one from other members.

A3

=IFERROR(TRIM(LEFT(MID(SUBSTITUTE($A$2,";",REPT(" ",200)),ROW(A1)*200-199,200),SEARCH("@",MID(SUBSTITUTE($A$2,";",REPT(" ",200)),ROW(A1)*200-199,200))-1)),"")

Norkaz

Re: Get name

Posted: Tue Aug 03, 2021 11:15 am
by sna
Thank you 😊