# 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

![](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MA6Lo-zr2VgRJkH2xKp%2F-MA6NswsejGNuv986gdj%2Fimage.png?alt=media\&token=42a8f39f-f80b-4298-953c-fe74d8aacf6c)

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