I want to link two sheets.
Sheet 1 contains multiple columns. (Column 1) Something is marked as approved. (Column 2) Contains multiple product codes/numbers. There are many rows of product codes and multiple approvals.
Sheet 2 contains multiple columns as well. (Column A) Something is marked as approved. (Column B) Contains multiple product codes/numbers. There are many rows of product codes and multiple approvals.
Essentially what I am looking looking for is if (Column 1) is marked as approved and has a certain product code (Column 2), I want it to find that same product code in Sheet 2 (Column B) and mark it as approved automatically Sheet 2 (Column A) instead of having to do it manually.
Is this possible?