so after the import you would have additional data at the end of a table, some of which would be duplicates of data earlier in the table and you would want the data closest to the bottom of the table to overwrite the duplicates which are higher up the table? If so, you could something like:
Assuming your unique ID's would be in column A.
If you could upload a workbook with an example of your data after the import I could post a less generalised solution.
With a formula you would need a blank worksheet with a formula to pick up the last unique row in, then copy and paste the values over top top of the original sheet. Again, it would be useful with a workbook to develop the formula in.
Bookmarks