Excel - Web Functions



In this tutorial, you will learn about Excel Web functions, which are not available in older versions of Microsoft Excel, such as 2007 and 2011. Three types of web functions, ENCODEURL, FILTERXML, and WEBSERVICE, will be elaborated in detail, along with real examples. These web functions are included in the latest version of Excel 2016 onwards.

Excel- Web function fetches the data directly from the website. You can find these web functions in the Formula tab located in the Function Library group. You can choose the More functions button and select the specific type of web function.

Sr.No. Function and Description
1 ENCODEURL

Returns a URL-encoded string.

2 FILTERXML

Returns specific data from the XML content by using the specified XPath.

3 WEBSERVICE

Returns data from a web service on the Internet or Intranet.

Advertisements