> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/logical/and.md).

# AND

AND( `condition 1`, `[condition 2...]` )

Returns true if all the items are `true`, otherwise returns `false`

### Arguments

| Argument           | Description                                  |
| ------------------ | -------------------------------------------- |
| `condition 1`      | Boolean expression to test                   |
| `[condition 2...]` | Optional: additional conditional expressions |

### Output

Outputs true if all `condition`(s) are `true`. Otherwise outputs `false`.

### Example

{% embed url="<https://datawrapper.dwcdn.net/c36Ma/1/>" %}
