Hi everyone
First time posting so looking forward to engaging this community!
I have a set of Excel files, with all of them in a format similar to this after performing various data manipulation on Alteryx to look for the latest date for each Product:
File 1:
| Date | Product 1 | Product 2 | Product 3 |
| 8/31/2021 | $10 | $5 | $2 |
File 2:
| Date | Product 4 | Product 5 |
| 8/31/2021 | $6 | $15 |
I am looking to transfer the info under each Product to a main Excel file via a mapping file. The mapping file will look something like this:
| Product 1 | Product A |
| Product 2 | Product B |
| Product 3 | Product C |
| Product 4 | Product D |
| Product 5 | Product E |
The first worksheet of the main Excel file looks like this (note that this into does NOT start on cell A1, this is somewhere in the middle of the first worksheet)
| Product B | ? |
| Product D | ? |
| Product A | ? |
What is the best way of solving this? Please let me know if any questions or I can provide more context anywhere.
Thanks a ton for your help!