Can anyone help with an Error i'm getting when trying to include a Cell ref to form the URL on Google Sheets ImportXML? I've followed other examples on here but I'm still getting an error returned.
=JOIN(",",Importxml(CONCATENATE("https://finance.yahoo.com/quote/",B1,"/cash-flow?p=",B1,""//*[@id="Col1-1-Financials-Proxy"]//span"),1)")))
In addition, on other successful ImportXML commands I have running, the data is being returned as 20B (as an example) when I need this in my spreadsheet as 2,000,000,000. Can this conversion be included as part of the Import command?