WEBSERVICE Function

The WEBSERVICE function returns data from a web service hosted on the internet. The WEBSERVICE function is only available in Excel 2013 and later for Windows.

A web service uses a protocol like HTTP to retrieve data in a machine-readable format like XML or JSON. For example, a formula...Read more

FILTERXML Function

The Excel FILTERXML function returns specific data from XML text using a specified XPath expression. 

XML is a text format for storing and transporting data. It is not dependent on any particular hardware or software. XML is extensible and is designed to transport data, as opposed...Read more

COMBINA Function

The COMBINA function returns the number of combinations for a given number of items. A combination is a group of items where order does not matter.  There are two kinds of combinations:

  1. Combinations that do not allow repetitions (e.g. 123)
  2. Combinations
  3. ...Read more

Pages