Our company have a large excel list (about 100 000 rows and 20 columns) we need to maintain. We receive updates from a third party every month (for some of the fields only) and need some way to check, for each entry, if there has been an update. I have made a simple macro for this in excel that will check one entry at a time: It works, but it takes days to loop through it all. Does anyone have a better solution - in excel or any other program?
Typically, our existing sheet will have columns like:
Unique ID - Vessel ID - Vessel name - Vessel type - Owner - Product delivered etc
The update we receive will contain:
Vessel ID - Vessel name - Vessel type - Owner
I can relate the two sheets using Vessel ID, but only some of the fields will be updated every month.
Typically, our existing sheet will have columns like:
Unique ID - Vessel ID - Vessel name - Vessel type - Owner - Product delivered etc
The update we receive will contain:
Vessel ID - Vessel name - Vessel type - Owner
I can relate the two sheets using Vessel ID, but only some of the fields will be updated every month.