I'm wanting to concatenate some rows dependent upon if they are a different value.
So in column C i want to say =IF(D2="Variable",concatenate(c3,c4),c2)
So i need the formula to check if parent sku is the same as the child sku, then if it does, then concatenate both of them skus together, and...