ENCODEURL

encodes text for use in URLs using percent encoding · from excel · excel: not yet compared · sheets: not yet compared

signature

ENCODEURL(text)

returns: text

argumentrequired
text required

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =ENCODEURL("hello world") hello%20world
A
1 10
fx =ENCODEURL(A1) 10

related

  • DECODEURL decodes URL-encoded text
  • FILTERXML selects values from an xml STRING with an xpath
  • QUERY runs SQL-like query on data range