> For the complete documentation index, see [llms.txt](https://docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyfax.biz/product-suite/admin/databox-expressions/numeric-expressions/between.md).

# Between

<table><thead><tr><th width="188">Expression</th><th width="188">Databox Value</th><th width="86">Result</th><th>Comments</th></tr></thead><tbody><tr><td><code>Between(10,5)</code></td><td>5, 6, 7, 8, 9 or 10</td><td>True</td><td>Can be arranged in any order, e.g. (5,10)</td></tr><tr><td><code>WeekDay Between(3,4)</code></td><td>22/06/2023</td><td>True</td><td>The weekday is either Tuesday (3) or Wednesday (4) - may vary depending on the date entered.</td></tr></tbody></table>
