DECODEURL

decodes URL-encoded text · a deepcalc original · no excel equivalent · no sheets equivalent

signature

DECODEURL(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 =DECODEURL("hello%20world") hello world
A
1 10
fx =DECODEURL(A1) 10

related

  • ENCODEURL encodes text for use in URLs using percent encoding
  • FILTERXML selects values from an xml STRING with an xpath
  • QUERY runs SQL-like query on data range