Forum Discussion
CSV file----->> Excel Spread Sheet-Appended Sync
Hi,
I am trying to maintain an excel spreadsheet using a data link from a CSV file. This is straightforward, BUT here's the challenge:
I need the various rows to append when there is a change in that row instead of updating.
The idea is to build up the spreadsheet with new and historic data that can be controlled using column filters.
Any advice will be most welcome, and thanks.
BazzaBoyes In Power Query, connect to the CSV file (source), do the necessary transformations and load into Excel. Now, in the same query connect to the table loaded into Excel (source2) and append it to source. Remove duplicates.
Example attached.
2 Replies
- Riny_van_EekelenPlatinum Contributor
BazzaBoyes In Power Query, connect to the CSV file (source), do the necessary transformations and load into Excel. Now, in the same query connect to the table loaded into Excel (source2) and append it to source. Remove duplicates.
Example attached.
- BazzaBoyesCopper ContributorRiny_van_Eekelen thank you so much, this worked for me first time following your description.
Great Stuff!