Forum Discussion
sridhar71
3 years agoHelper I
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...
- 3 years ago
Padycosmos
3 years agoSolution Sage
- sridhar713 years agoHelper 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.