I have a column: "Materials QTY" values in this cell: "10,5,100,1400,11000,2" (comma separated no spaces).
I have independent columns ie. "Material 1 QTY", "Material 2 QTY", "Material 3 QTY" up to 20.
I need to extract the 1st value from the "Materials QTY" and populate it in "Material 1 QTY"; the 2nd value from the "Materials QTY" and populate it in "Material 2 QTY" and do the same for the rest of the values.
Is this possible?