I want to import specific data from a table from Yahoo finance to Google sheets.
So far, I have managed to import the table from Yahoo but the specific row e.g. float data
I have used this: =IMPORTHTML("http://finance.yahoo.com/q/ks?s="& $B$1&"+Key+Statistics","table", 2)
This line select the stock symbol in my spreadsheet, then draws the table from Yahoo,