Forum Discussion
Maurice Hemingway
Jul 04, 2018Copper Contributor
Replicating Conditional Formatting
In a spreadheet, I have conditional formatting so that in a row, the lowest value is formatted with a red font colour. I can apply this row by row either from scratch or using "Format Painter" but t...
SergeiBaklan
Jul 05, 2018Diamond Contributor
Hi Maurice,
You may apply the rule with the formula
=B2=MIN($B2:$M2)
to your entire range with some gap