I have input file in the format
col1 | col2 | col3 | col4 |
a | b | c1 | d |
a | b | c1 | d |
a | b | c2 | d |
a | b | c2 | d |
*5JGE-END00000004 |
and I need to create different folders containing files based on col3 values such that files are named c1, c2 and so on and their sheet names are the same. (basically folder, file and sheet name should be the same)
Also, I need to add the comment at the bottom of the data of each file like this:
comment should have 8 numbers at the end, last character being the number of data rows above it.
col1 | col2 | col3 | col4 |
a | b | c1 | d |
a | b | c1 | d |
*5JGE-END00000002 |
@saachitalwar one way of doing this with batch macro
@saachitalwar update the path inside the macro, you need to change to your path