Hello,
I receive monthly data and am looking for the best solution to keeping a continuous and evergreen EXCEL workbook. The table would look something like this, with a new column of data to the right of the UID each new month the workflow is run:
| UID | Jan Data | Feb Data |
| 1 | x | x |
| 2 | x | x |
| UID | Jan Data | Feb Data | Mar Data |
| 1 | x | x | x |
| 2 | x | x | x |
...and so on...
I can only seem to replace and NOT preserve the Jan Data column when I attempt to Join Feb data. Any suggestions?