Sample Data
This data shows TRUE or FALSE values in cells A1 to C3 to test the AND function with different logical inputs.
| Cell | Value |
|---|---|
| A1 | TRUE |
| A2 | FALSE |
| A3 | TRUE |
| B1 | TRUE |
| B2 | TRUE |
| B3 | FALSE |
| C1 | FALSE |
| C2 | TRUE |
| C3 | TRUE |
This data shows TRUE or FALSE values in cells A1 to C3 to test the AND function with different logical inputs.
| Cell | Value |
|---|---|
| A1 | TRUE |
| A2 | FALSE |
| A3 | TRUE |
| B1 | TRUE |
| B2 | TRUE |
| B3 | FALSE |
| C1 | FALSE |
| C2 | TRUE |
| C3 | TRUE |
=AND(A1, B2, C3)