# CELL

#### Syntax <a href="#syntax.5" id="syntax.5"></a>

**CELL**(*range*; *rowIndex*; *columnIndex*)

* *range* - a range of values - ***Value type**: range*
* *rowIndex* - the index of the row of the cell to return - ***Value type**: integer (optional, default value: 1)*
* *columnIndex* - the index of the column of the cell to return - ***Value type**: integer (optional, default value: 1)*

#### Remarks <a href="#remarks.3" id="remarks.3"></a>

* The function can either be called with 1 or 3 parameters.
* *rowIndex* and/or *columnIndex* can contain the text “last”. In this case, the last row or the last column of *range* is used as index.

#### Example

<figure><img src="/files/zc3zcQy9C9PJDUBmim8D" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nedyx.com/nedyx/clearlines-functions/range-functions/cell.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
