Hi ,
If you know that there are 5 strings in the cell's text , the following formula can be used to return any particular string from all of the text which has been entered in cell A1.
=INDEX(TRIM(MID(SUBSTITUTE(A1,CHAR(10), REPT(" ", 100)),{1,101,201,301,401},100)),1)
returns the first...