Hello,
I have a few hundred Excel files, all with about 30 sheets. On the same sheet in every file, in the same place on every sheet, there are some numbers I need to aggregate. I've taken that sheet out and put in some dummy data, and attached it below.
The data that I need is column A, (just the retailer name, not any of the product details), and for columns DG to FF, row 3 (the date) and rows 1214 to rows 1381 (the data).
The output I need is as follows:
| FILENAME | RETAILER | DATE | VALUE |
| File 1 | Retailer 1 | 15/06/20 | 3000 |
| File 2 | Retailer 1 | 22/06/20 | 2000 |
| File 3 | Retailer 1 | 29/06/20 | 3000 |
| File 1 | Retailer 2 | 15/06/20 | 2000 |
| File 2 | Retailer 2 | 22/06/20 | 20002 |
| File 3 | Retailer 2 | 29/06/20 | 200 |
I've run into so many problems I don't even know where to begin. I can't work out how to carry the Retailer name down, I can't work out how to transpose the date row into a column, I can't work out how to aggregate the numbers, and I can't work out how to get Alteryx to plug through 200 files in one workflow, doing the same thing to each of them and aggregating all the results into a single Excel output.
Any help you could provide on this, my fourth very late night in the office, would be appreciated!!
Thank you
Sam