# ENCODEURL

## Content

This function returns a URL encoded string.

## Syntax

`ENCODEURL(text)`

## Arguments

Specify the text to be encoded for the argument.

## Remarks

This function is used to replace the special characters, such as "/", or "#, or "," and so on, which either is not a valid character for URL or either has its own meaning.

## Data Types

Accepts string data. Returns string data.

## Examples

`ENCODEURL(D1)` gives the result TOP, where D1 is the cell reference with text TOP