I am trying to import a table from the following website
http://financials.morningstar.com/valuation/price-ratio.html?t=MOS®ion=usa&culture=en-US
using google spreadsheet function ImportXML, I have problems with the xpath I found this one for for the table I am looking for:
//*[@id="valuation_history_table"].
and I am using this formula=importXML(A4,"//*[@id="valuation_history_table"]")
but I get the following error msg:
Error
Formula parse error.
Could you please help me?
