T Tarheel8181 New Member Jul 18, 2017 #1 Hi -- Please see attached. I need a formula that can separate out elements between commas. Any ideas? Attachments Excel question.xlsx 8.4 KB · Views: 7
Hi -- Please see attached. I need a formula that can separate out elements between commas. Any ideas?
N NARAYANK991 Excel Ninja Jul 18, 2017 #2 Hi , See if this works. You will have to change the references to suit. Narayan Attachments Excel question.xlsx 9 KB · Views: 7
B bosco_yip Excel Ninja Jul 18, 2017 #3 Here is a copy down formula solution. In C2, formula copy down : =IF(A2="",TRIM(MID(SUBSTITUTE(", "&MID(LOOKUP("zzz",A$1:A2),FIND(":",LOOKUP("zzz",A$1:A2))+2,99),", ",REPT(" ",99)),COUNTIF(INDEX(A$1:A2,MATCH("zzz",A$1:A2)):A2,"")*99,99)),"") Regards Bosco Attachments Split Data(2).xlsx 10 KB · Views: 4
Here is a copy down formula solution. In C2, formula copy down : =IF(A2="",TRIM(MID(SUBSTITUTE(", "&MID(LOOKUP("zzz",A$1:A2),FIND(":",LOOKUP("zzz",A$1:A2))+2,99),", ",REPT(" ",99)),COUNTIF(INDEX(A$1:A2,MATCH("zzz",A$1:A2)):A2,"")*99,99)),"") Regards Bosco