Forum Discussion

charmbrooksrunning's avatar
charmbrooksrunning
Copper Contributor
Apr 29, 2019
Solved

Conditional Formatting Multiple Cells/Columns Based on Previous Cells

Hello, I want to create conditional formatting that would highlight a cell based on the previous cell in the same row, and the formatting can be applied to the entire table.    Example 1: I want c...
  • SergeiBaklan's avatar
    Apr 30, 2019

    charmbrooksrunning ,

     

    That could be like

    =(E2>D2)*(D2>0)*(COLUMN()<>COLUMN(INDIRECT("Table1[[#Headers],[f18]]")))

    for the yellow rule and similar for other (see attached file). Last multiplier is to exclude first column, or you may apply rules to your table starting from the second column.

Resources