Forum Discussion

Hewtee's avatar
Hewtee
Copper Contributor
Aug 30, 2020
Solved

Updating existing sheet with new data from another workbook

Hi there all, forgive the newb query, I hope I make my problem clear. I am happy to share the Workbooks I am referring to 🙂   I have 2 workbooks that I need to link to each other so that new data...
  • Riny_van_Eekelen's avatar
    Aug 31, 2020

    Hewtee Not sure if I fully comprehend your issue, but I'll give a try.

    When you load data from a folder, you first need to filter the file names that contain e.g. "RawData". That will then give you a list of files like you describe, but with different suffixes. I assume that the latest downloaded file also has the most recent time stamp of them all. Then you can filter the most recent file from the "Date created" column (Date/time Filter, Is Latest), and then press the two downward arrows in the Binary column. A few helper query and a RawData (name of the folder I used to test this) query are created. The latter contains the data from the most recent file. Do your transformations/filtering and close and load back to an Excel sheet to form the basis of your other sheets.

    Now, add a more recent data file to the designated folder, making sure the file name contains "RawData" (or whatever you filtered on in the beginning). Go to the Excel table you loaded earlier, right-click in it, choose Refresh, and the most recent data will be loaded. 

Resources