Sample Data
This data shows TRUE and FALSE values in cells A1 to A3 and B1 to B3 to test AND and OR functions.
| Cell | Value |
|---|---|
| A1 | TRUE |
| A2 | FALSE |
| A3 | TRUE |
| B1 | FALSE |
| B2 | TRUE |
| B3 | TRUE |
This data shows TRUE and FALSE values in cells A1 to A3 and B1 to B3 to test AND and OR functions.
| Cell | Value |
|---|---|
| A1 | TRUE |
| A2 | FALSE |
| A3 | TRUE |
| B1 | FALSE |
| B2 | TRUE |
| B3 | TRUE |
=AND(A1, A2, B2)