Statistical - FILTERXML Function



Description

The FILTERXML function returns specific data from the XML content by using the specified XPath.

Syntax

FILTERXML (xml, xpath)

Arguments

Argument Description Required/Optional
Xml A string in valid XML format. Required
Xpath A string in standard XPath format. Required

Notes

  • If Xml is not valid, FILTERXML returns the #VALUE! error value.

  • If Xml contains a namespace with a prefix that is not valid, FILTERXML returns the #VALUE! error value.

Applicability

Excel 2013, Excel 2016

Example

FILTERXML Function
advanced_excel_statistical_functions.htm
Advertisements