Forum Discussion

EstherPhilippen's avatar
Jan 24, 2022
Solved

Looking for better ways to update excel master file from a daily new product export

My first step in techcommunity, hi!   Situation We use a cloud based business application with very limited product catalog. There is no API or other way to access the source data, there only is a...
  • Riny_van_Eekelen's avatar
    Jan 25, 2022

    EstherPhilippen Difficult to recommend based on imagination only, but I'll give it a try.

     

    Power Query would definitely be the tool to use. Take your current master file and merge it (Left anti join) with the update file. That will leave you with all rows from the master that are NOT in the update file. That is, the 95% that didn't change. Now, you append the update file to the "95% master" to create a new master containing all old, updated and new rows. No VBA or complicated formulae needed.

     

Resources