> 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

The EVALTABLE function evaluates a table where the first column and row are the variables to evaluate, returning the first matching cell found.

### 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](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MA5GXLEqjHoww7uPnWB%2F-MA5LbNQMX6SFO1uFXh7%2Fimage.png?alt=media\&token=8b398577-c496-4568-a2f7-ffe8984e33d1)

**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;
