# Split Text to Columns

### Why Split Text to Columns

Splitting text to columns takes the text in one column and splits it into multiple columns based on a delimiter. It is especially useful when one cell contains multiple pieces of information that you would like to operate on separately.&#x20;

### How to Split Text to Columns

To Split Text to Columns:

1. Select the `Data` tab in the toolbar.&#x20;
2. Click `Text to Columns` button to open the taskpane.&#x20;
3. Select the dataframe that contains the column you want to split.
4. Select the column you want to split.
5. Select the delimiters that you want to use as breakpoints within each cell.&#x20;
6. Use the `Columns Preview` to make sure that the delimiter configuration is correct.
7. Click the `Split on delimiter` button.

![A Mito sheet with the Split Text to Columns Taskpane open.](https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FgdBLISKbSTUXBeUKK31k%2FScreen%20Shot%202023-11-29%20at%203.25.08%20PM.png?alt=media\&token=6c15a498-c5ec-4b8b-b77f-c84b65b62046)


---

# 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.trymito.io/how-to/split-text-to-columns.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.
