I'm sorry if this gets a little long, but I want to provide enough detail to adequately communicate my question:
I have two Excel tables located on different worksheets. The first table is a table that contains order information by product SKU. The other table contains production information, also by SKU. I have the tables linked so that the production table looks up order quantities for different SKUs from the order table using a "Sumif" command and the SKU column.
In order for the tables to work correctly, the production table has to have an exhaustive list of SKU's--if a new SKU is entered in the order table, it must be manually entered into the production table to be accounted for. I would like to automate this process so that:
1. Excel reads a SKU value in the order table
2. Checks for a matching value in the production table
3. If a match is not found, inserts a new row containing the SKU into the production table. If a match is found, nothing is done.
Any suggestions here would be greatly appreciated.
Thanks!