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.
can you please confirm your requirement
You will have to split values using # in each column in the input excel and write it is seperate cells in the output excel?