Skip to main content
Workday User Guide
Last Updated: 2023-06-23
ENCODEURL

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