I have a list of 7000 products in Excel ("list1"). Each can be identified by a unique identifier ("sku"). I retrieved a different list of 50-100 products from the main list ("list2"). With this separate list, I want to run the following code in Excel:
For each product in list2, search sku in column A list1
if match:
rowNumber = current.row.number()
Replace entire contents in rowNumber and column U with "Not Visible Individually"
Objective
I have an exported product list from Magento which include simple and grouped products. I want to quickly change all the individual products within the group products "Visibility" from "Catalog, Search" to "Not Visibility Individually"
Please ask if this needs more clarification