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

# TABLEVALUE

### Syntax

**TABLEVALUE(table, rowVal, colVal)**

| Argument name                                 | Description                                |
| --------------------------------------------- | ------------------------------------------ |
| <p><strong>table</strong></p><p>Required</p>  | Table to evaluate.                         |
| <p><strong>rowVal</strong></p><p>Required</p> | Value of the first column to find the row. |
| <p><strong>colVal</strong></p><p>Required</p> | Value of the header to find the column.    |

### Examples

![](/files/-MA6NswsejGNuv986gdj)

* **TABLEVALUE(calendar, '11', 'Wed')** returns 'Meting'
* **TABLEVALUE(calendar, '9', 'Thu')** returns 'Call'
