ENCODEURL function

Category: Web
Introduced: Excel 2013

Summary

Returns a URL-encoded string This function is not available in Excel for the web.

Syntax

ENCODEURL(text) The ENCODEURL function syntax has the following argument.
Text Required | A string to be URL encoded

Example

=ENCODEURL("http://contoso.sharepoint.com/Finance/Profit and Loss Statement.xlsx")
=WEBSERVICE("http://dev.markitondemand.com/MODApis/Api/Quote/xml?symbol="&ENCODEURL(C2))
=FILTERXML(WEBSERVICE("http://dev.markitondemand.com/MODApis/Api/Quote/xml?symbol="&ENCODEURL(C2)),"//QuoteApiModel/Data/LastPrice")

Microsoft Support Page

https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e

Back to Functions