Conditional Formatting in Google Sheets
Adam Steinfurth
Instructor


Two separate conditional formatting rules:
Greater than 10% and $2,000?
=AND($E4>2000,$F4>0.1)Less than -10% and $2,000?
=AND($E4<-2000,$F4<0.1)

Conditional Formatting in Google Sheets