Kursinhalt
Google Spreadsheets
Google Spreadsheets
2. Formatting of Cells and Ranges
AND and OR Functions
The AND function returns TRUE if all the specified conditions are true. If even one condition is false, the function returns FALSE. AND is helpful for verifying whether a value meets multiple criteria at once.
Syntax
AND(logical_expression1, logical_expression2,...logical\_expression2, ...)
- logical_expression1 - A logical expression or a cell reference that evaluates to a logical value (TRUE or FALSE).
- logical_expression2, ... - OPTIONALOPTIONAL Additional logical expressions or cell references.
OR Function
The OR function returns TRUE if any of the specified conditions are true. If all conditions are false, the function returns *FALSE. OR is used to check whether values meet at least one of multiple criteria.
Syntax
OR(logical_expression1, logical_expression2,...logical\_expression2, ...)
- logical_expression1 - A logical expression or a cell reference that evaluates to a logical value (TRUE or FALSE).
- logical_expression2, ... - OPTIONALOPTIONAL Additional logical expressions or cell references.
War alles klar?
Danke für Ihr Feedback!
Abschnitt 7. Kapitel 1