This is my input file data. I want to take QTY column data each from a cell and write it in different sheet with same column name.
This is my output file and I want the data from input file QTY column which is 1.10,1.10,1.5 by splitting # from it and write that numbers in every cell of my output file in QTY column.