Forum Discussion

sridhar71's avatar
sridhar71
Helper I
3 years ago
Solved

Condition Formatting based on Row value

Hello,

 

I have a Matric report as below

 

I want the values to be in RED if the Period is greater than the Sell by date.

For ex. in the screenshot below. The first row has 03/31/23 as the sell by date. So all values after that date should be in RED color.

Also I want the row for the Forecast Release to be in Green Background.

 

Example below

 

Any help is appreciated

 

Sridhar

 

2 Replies

    • sridhar71's avatar
      sridhar71
      Helper I

      This worked. I added a column to my view called CELL_COLOR. Using a CASE statement, I populated the values as RED if the PERIOD > SELL_BY DATE. Then I used this column in the Conditional Formatting and set the background FONT to RED if the CELL_COLOR is RED.