Hi there. I am trying to work out how to compare data across several different projects. My specific need is as follows, hoping someone has a quick solution to this :slightly_smiling_face:
- I have a primary table with hundreds of records (let’s call it “master data”)
- I have many offline spreadsheets for different projects with content that matches the fields in “master data”.
- I want to find a way to import the spreadsheets so that the following is achieved.
- For any existing records enrich with extra information (multiple-select)
- For missing records create a new record
- Do not replace the original data in master data (only add to it.
Can this be done?