ENCODEURL
Returns a URL-encoded string.
WebDesktop OnlyWeb & External Data
What it does
Encodes text for use in a URL (replacing special chars with %).
Syntax
ENCODEURL(text)
Arguments
text(text) β String to encode.
Examples
Encode String
Encode 'Hello World'.
FORMULA
=ENCODEURL("Hello World")RESULT
Hello%20World
SAMPLE DATA
| A | |
|---|---|
| 1 | Result |
| 2 | Hello%20World |