I am having difficulty with my importXML function. I am trying to pull the data in from a webpage with just the Total value shown. Currently the importXML function =IMPORTXML("website.com","//span[@class='woocommerce-Price-amount amount']") pulls in every price value for each product as well as sub-total VAT etc and Total. I was hoping i could filter this so that the cell just returns the "Total" value. Inspecting the Total element, I can see there is the following element
scope="row"> Total:
Any help will be greatly appreciated :)