I am trying to write an XML formula in Google Sheets that scrapes the text after 'Dividend Yield'
=IMPORTXML("https://www.cnbc.com/quotes/intc", XPATH QUERY)
Xpath://*[@id="MainContentContainer"]/div/div[2]/div[1]/div[5]/div[2]/section/div[1]/ul/li[13]/span[1]

