SKU Promo Converter

Import the raw promo location file and the master product file. We'll pivot, VLOOKUP, and compare to find SKUs that still need a promo version created.

Raw data Loc Promo

Source: "List SKU Non Promo in DC Promo.xlsx"

Filter Master Prod w Promo

Source: "List Product Master with (Promo).xlsx"

What this does

  1. Loads raw promo location data and pivots unique Product values.
  2. Loads master product list and pivots unique Name values.
  3. For each product, builds "(PROMO) " & MID(name, 12) and VLOOKUPs against the master names.
  4. SKUs that return #N/A are listed in "Need to Create SKU Promo".