> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/guides/nocode/functions/evaltable.md).

# EVALTABLE

### Syntax

**EVALTABLE(table)**

| Argument name                                | Description                                                                     |
| -------------------------------------------- | ------------------------------------------------------------------------------- |
| <p><strong>table</strong></p><p>Required</p> | Table to evaluate where the first column and row are the variables to evaluate. |

### Examples

![mytable](/files/-MA5LbNQMX6SFO1uFXh7)

**EVALTABLE(mytable)** Evaluates the table named mytable:

* If *y* is true and *b* is true then it will return 2
* If *z* is true and *a* is true then it will return 7&#x20;
