Working with AND / OR

Conditional Formatting in Google Sheets

Adam Steinfurth

Instructor

OR function

=OR(condition1,condition2)

Conditional Formatting in Google Sheets

Enrollment roster

Conditional Formatting in Google Sheets

Credits

  • Less than 6

  • Not a number

Enrolled credits

Conditional Formatting in Google Sheets

ISTEXT function

  • Returns TRUE if value is text: "Cat", "Tree", "Truck"

  • Returns FALSE if value is not text: 12, December 3 1976, 23.88

Conditional Formatting in Google Sheets

Finished formula

=OR(C2<6,ISTEXT(C2))

  • Is the number of credits in C2 less than 6?

OR

  • Does C2 have a "text" value?

Enrolled credits

Conditional Formatting in Google Sheets

Less than part-time formatted

Highlighted enrollment roster

Conditional Formatting in Google Sheets

AND function

=AND(condition1,condition2)

Conditional Formatting in Google Sheets

Full-time accounting students

Conditional Formatting in Google Sheets

Full-time accounting students

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

Full-time accounting

Conditional Formatting in Google Sheets

Give it a shot!

Conditional Formatting in Google Sheets

Preparing Video For Download...