Conditional Formatting in Google Sheets
Adam Steinfurth
Instructor
=OR(condition1,condition2)

Less than 6
Not a number

Returns TRUE if value is text: "Cat", "Tree", "Truck"
Returns FALSE if value is not text: 12, December 3 1976, 23.88
=OR(C2<6,ISTEXT(C2))
C2 less than 6?OR
C2 have a "text" value?

=AND(condition1,condition2)

=AND(B2="Accounting",C2>=12)

Conditional Formatting in Google Sheets