> 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/between.md).

# BETWEEN

BETWEEN( `value`, `boundary 1`, `boundary 2` )

Returns `true` if `value` is between two specified values, returns `false` otherwise.

Works on numeric values, strings, and dates.

### Arguments

| Argument     | Description     |
| ------------ | --------------- |
| `value`      | Value to assess |
| `boundary 1` | Boundary value  |
| `boundary 2` | Boundary value  |

### Output

Outputs `true` if `value` is between specified values, outputs `false` otherwise.

### Example

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