Forum Discussion
Souleimene Kayoueche
Oct 01, 2017Copper Contributor
Conditional Formatting - using multiple formulas
Hi, I'm struggling on how to use the conditional formatting function. I would like to achieve the following: change the colour of cells in column "I" when two things are true: 1. When th...
- Oct 02, 2017Use the formula option to define the rule and use this formula:
=AND(F10="rowing",I11>25)
JKPieterse
Oct 02, 2017Silver Contributor
Use the formula option to define the rule and use this formula:
=AND(F10="rowing",I11>25)
=AND(F10="rowing",I11>25)