# TRANSPOSE

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

**TRANSPOSE**(*range*)

* *range* - the range which is to be transposed - ***Value type**: range*

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

* The function exchanges row and column coordinates of cell data values. So a value which has been in row 3 and column 4 will be in row 4 and column 3 afterwards.

#### Example <a href="#example.5" id="example.5"></a>

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

<figure><img src="/files/q6e1q2ovszNqiWG9BSM4" 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/transpose.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.
