ENCODEURL
encodes text for use in URLs using percent encoding · from excel · excel: not yet compared · sheets: not yet compared
signature
ENCODEURL(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
=ENCODEURL("hello world") hello%20world | A | |
|---|---|
| 1 | 10 |
fx
=ENCODEURL(A1) 10