ENCODEURL
Description
Returns the URL-encoded string for the specified text.
Syntax
ENCODEURL(
text
)
- text: The text to encode.
Example
Formula | Result |
|---|---|
=ENCODEURL(A1)
Where cell A1 contains
<Workday>
.
| %3CWorkday%3E |
=ENCODEURL(A1)
Where cell A1 contains
Directeur régional des
ventes
.
| Directeur+r%C3%A9gional+des+ventes |