# ENCODEURL

web · from excel · excel: not yet compared · sheets: not yet compared

encodes text for use in URLs using percent encoding

## signature

```
ENCODEURL(text)
```

returns: `text`

## arguments

- text: text — required

## examples

formula and result, asserted in the engine test suite.

| formula | result | with |
| --- | --- | --- |
| `=ENCODEURL("hello world")` | `hello%20world` | — |
| `=ENCODEURL(A1)` | `10` | A1=10 |

## related

- [DECODEURL](https://deepcalc.com/functions/decodeurl.md) — decodes URL-encoded text
- [FILTERXML](https://deepcalc.com/functions/filterxml.md) — selects values from an xml STRING with an xpath
- [QUERY](https://deepcalc.com/functions/query.md) — runs SQL-like query on data range

## navigate

- [all web functions](https://deepcalc.com/functions/web-functions.md)
- [function index](https://deepcalc.com/functions.md) — all 600 functions
- [error values](https://deepcalc.com/errors.md) · [concepts](https://deepcalc.com/concepts.md) · [limits](https://deepcalc.com/limits.md)
- [everything in one file](https://deepcalc.com/llms-full.txt)

source: https://deepcalc.com/functions/encodeurl