I have three columns.
G is if the product has a women's picture.H is if the product has a unisex product.S is if we need to send that product on a photoshoot.
I want to make a condition that says that the S-column should mark the checkbox as "true" if the checkbox inside H and G is not marked as true.
Meaning that if we do not have a unisex or a womens picture on one product, it has to be sent on a photoshoot.
Anyone knows how I can do this?