# DECODEURL

web · a deepcalc original · no excel equivalent · no sheets equivalent

decodes URL-encoded text

## signature

```
DECODEURL(text)
```

returns: `text`

## arguments

- text: text — required

## examples

formula and result, asserted in the engine test suite.

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

## related

- [ENCODEURL](https://deepcalc.com/functions/encodeurl.md) — encodes text for use in URLs using percent encoding
- [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/decodeurl