Sorry for the tortured title, I couldn't think of a good way to write it.
I have a worksheet titled "Warehouse." I have a workbook titled "Load." Within Load, there are several invoice records, one per row. The invoice record includes these four attributes: OriginCity, OriginState, OriginZip, and OriginWarehouse.
In the Warehouse worksheet, I have each unique instance of: OriginWarehouse, OriginCity, OriginState, and OriginZip. Each instance also has a WarehouseID which is simply a number in ascending order:
87 Soutwest Moulding DALLAS TN 37745
88 Alexandria Molding WILKES BARRE GA 31408
89 Balterm BALTIMORE OK 73107
Occasionally, the Load workbook gets updated with new records. Occasionally, those records include a new warehouse that isn't in the Warehouse worksheet.
Is there a way to have Excel go through the Load workbook and check if there are any new warehouses (based on the name, city, state, and zip) that are not included in the Warehouse worksheet, and then add those warehouses to the Warehouse worksheet?
Bookmarks