I have data in the form:
col1 col2 col3
A X data
A Y data
A Z data
B U data
B V data
B w data
and I want to make multiple files based on the values of col1 and inside each file, the tabs should be named after the values in col2. The data should correspond to the entries associated with col2 values. My current method gives this output error "Output Data (45) sheetname is an invalid Sheet/Range specification for Excel". Please help in rectifying this.
Solved! Go to Solution.
@saachitalwar One way of doing this
I cant really make anything out in the image but I think you are using a UNC path.
Make sure your file name is something along the lines of \\networklocation\folderlocation\name.xlsx|||sheetname
"\\Networklocation\Folderlocation\"+[col1]+".xlsx|||"+[col2]
Make sure that when you are specifying to take the File/Table Name from field, you are changing the entire file path and removing that field from the output (if you choose to)