I have the following formula:
=VALUE(IMPORTXML("https://finance.yahoo.com/quote/"$A2,"/html/body/div[1]/div/div/div[1]/div/div[3]/div[2]/div/div/div/div/div/div[13]/div/div/div/div/div/div/p[2]/span[2]"))
Using the GE ticker as an example (in the A2 box), I am trying to scrape the result for "Sector(s):" which in this case is "Industrials" but it can vary. I tried pasting the formula into C2 but it would be nice if it could parse down the A column and provide the answers down the C column.
Please inform me, thanks.