This may not be possible!
I have an Excel table that has a number of columns - each record (row) has a unique identifier - but once in the table every record must be persistent ie an further records are appended to the table ...
Periodically I receive another Excel table from a third party system - again it has multiple columns - and each record has a unique identifier which is the same as the one in my table - the table should contain only new records, but that's not always the
case ...
In my table some of the columns are populated by the update table (others are updated directly by the user) - but the update table also contains columns I'm not interested in ...
Currently it's a pretty laborious manual task to get the new records (checking they're not already in my table!) - then copying/pasting the data from the new records from the update table into my table ...
I hope that all makes sense so far???
What I really want to do is use the various functions in Excel that allow me to point my table at a new update table and automatically import - and append - the new records into my table ...
If it's possible I'm pretty certain it's going to involve some pretty complex stuff, but I am a reasonably advanced Excel user (but haven't come across this requirement before!) ...
Any Ideas???
Thanks