DECODEURL
decodes URL-encoded text · a deepcalc original · no excel equivalent · no sheets equivalent
signature
DECODEURL(text)
returns: text
| argument | required |
|---|---|
| text | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=DECODEURL("hello%20world") hello world | A | |
|---|---|
| 1 | 10 |
fx
=DECODEURL(A1) 10