I am trying to compile product sales statistics. Every product has multiple attributes, one per column (think color, size, shape). I have a master sheet which contains the product attributes then monthly sales, one per column, for many months. I have a monthly sheet which contains enough of the product attributes to describe a product then one column for the current sales. For each row in the monthly sheet, I would like to match the available product attribute columns first. If there’s a match for every attribute then append the monthly sales figure to the matched row. If there is not then append the row to the master sheet as is.
I added a sample.
sample.ods (9.7 KB)