Here's one that has me stumped:
1. Input to the workflow is a 5 sheet Excel file. Each sheet is a "ticket", call them 1,2,3,4,5
2. Each ticket provides data for completing a 3 sheet Excel file. Call these sheets A,B,C.
3. A,B,C are unique and are preformatted with fill colors, cell lines and static data.
4. Each ticket needs to have its own ABC file.
5. I've used the Blob tools to create sheets 1A, 1B, 1C, 2A, 2B, 2C.... 5C (15 total sheets) with the preformatting intact and Alteryx calculated values inserted into the correct cells
6. I need to put the sheets back together (1ABC, 2ABC....5ABC) with their preformatting intact.
Any ideas on 1) how to put the sheets back together in Alteryx, or 2) different Alteryx approach to accomplish step 6? I've seen Reporting tools used to do this but the workflows get really complicated.