In sheet 1, I import data from another spreadsheet - "source" using IMPORTRANGE. The source sheet retrieves data from Google Analytics. The source sheet is updated with new data. This is also reflected in sheet 1. The new data could have duplicates from the previous data. What I want is to retrieve the unique data comparing it to previous data or in other words, next time importrange updates I need unique links(data) that were not there at previous impotrrange update.
One way of doing it would be to create a backlog of data between the daily stamps and then do a unique on it. but this bombards the spreadsheet with loads of data and since this is a continuous process, the backlog spreadsheet will append to limit in a few weeks.
Is there a script that can catch the importrange update time and perform a unique at it comparing the previous data?