I have list of data containing comma separated department wise orders in column-B, which is outlined in a format like:
Order_Num-X1|Dept_Name-Y1,Order_Num-X2|Dept_Name-Y2
and so on...
Is it possible to split and distribute the data in corresponding department column as outlined in Column-C, Column-D, Column-E? I tried as suggested in this