I have an XML document with data provided by a client. Using my excel sheet, is there a way to search the XML to see if a value in the excel sheet is on the XML document. (example XML file name: ImportData.xml)
I know if I have a value in D5 that I want to search for in another excel sheet I can use the formula =COUNTIF(Sheet2!$1:$1048576,"*"&D5&"*").
instead of referencing all the cells in sheet2, Can I reference/search the XML file?
I know if I have a value in D5 that I want to search for in another excel sheet I can use the formula =COUNTIF(Sheet2!$1:$1048576,"*"&D5&"*").
instead of referencing all the cells in sheet2, Can I reference/search the XML file?