I have a makeshift production calendar in google sheets that has the date range of product needed and the color of the product (in a drop down list from another sheet. I want to have conditional formatting to highlight the cells between the range the color designated. Each small square has the formula =((IF(AND(Q2>($D4-1),Q2<($G4+1)),"1","0"))) and I was using that to do conditional formatting but could only do one color.
↧
