Forum Discussion
John_NumeroDos
Mar 31, 2023Copper Contributor
Conditional formatting with AND function
Hi there, I am trying to make a document with conditional formatting based on two variables: a percentage value and a word (yes or no). In conditional formatting I choose for "Use a formula...." ...
- Mar 31, 2023
=AND($C$15="Yes",$F$21<0.1)
You can try this formula if the format of cell F21 is percentage.
OliverScheurich
Mar 31, 2023Gold Contributor
=AND($C$15="Yes",$F$21<0.1)
You can try this formula if the format of cell F21 is percentage.
John_NumeroDos
Apr 01, 2023Copper Contributor