# Find and Replace

PowerTable provides the 'Find and Replace' option to find a specific text or value and its occurrences in the table and then replace it with another text or value in one or more instances.

* Click on the highlighted icon beside the search bar to open the Find and Replace dialog box.

<figure><img src="/files/We5RTSDgcWSeh8sd15as" alt=""><figcaption><p>Find and Replace</p></figcaption></figure>

The 'Find and Replace' dialog box opens.

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

* Enter the word that you want to search in the 'Find' text box.
* In the 'Column' dropdown, select whether you want to search in all columns or only in a specific column.&#x20;
* You can check the options 'Match Case' and 'Match entire cell contents' to find the exact text or value you are looking for that matches the case and/or the entire cell contents.

<figure><img src="/files/W2rX2C46YpG0IoD4iTGX" alt=""><figcaption><p>Find the keyword</p></figcaption></figure>

* Click **Find Next** to locate the first occurrence and subsequent occurrences one by one. Click **Find Prev** to display the previous occurrence.

<figure><img src="/files/cXaJLrU2fUWZDgzdGPPG" alt=""><figcaption><p>Find Next and Find Prev</p></figcaption></figure>

* Click **Find All** to locate all occurrences of the text/value at once.

<figure><img src="/files/raGgWwQAgALhQ3jPIFj8" alt=""><figcaption><p>Find All</p></figcaption></figure>

*

Similarly, click "**Replace"** to replace the selected occurrence and "**Replace All"** to replace all occurrences.

#### **Search Options:**

**Match Case:** Check this box to find and locate only if the case of the entered text matches the data.

**Match entire cell contents:** Check this box to highlight the occurrence only if the entire cell content in the table matches the entered text.


---

# 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.powertable.com/explore-powertable/working-with-powertable/basic-table-operations/find-and-replace.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.
