Forum Discussion

GeneP's avatar
GeneP
Copper Contributor
Apr 04, 2020
Solved

Turn off condition formatting of a cell based on different cell

Good Morning, I have a formula running in cell K11 based on other cells (J11 and current date)  that provides a number, then conditional formatting to highlight the cell based on the value.  Next I ...
  • SergeiBaklan's avatar
    SergeiBaklan
    Apr 05, 2020

    GeneP 

    I updating the formulas a bit starting from row 12 and till end of the range.

    In I12

    =IF($G12="","",$G12-($H12+$I12)*7)

    it shows empty cells in column J if no req date (col G)

     

    In K12

    =IF(OR($M12<>"",$G12=""),"",J12-TODAY())

    It returns empty cell if no req date (column G) or order is closed (date in column M)

     

    Conditional formatting:

    All rules are expanded on entire range (not to generate bunch of new rules applying cell by cell with Format Painter) and one more rule on the top with "no color" if the cell is blank

    Please check in attached file.

Resources