Google Sheets

Uit dotSearch
Versie door 24.132.32.135 (Overleg) op 10 okt 2022 om 08:50

(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Ga naar: navigatie, zoeken

Query voorbeelden

=IMPORTHTML("https://finviz.com/quote.ashx?t=AAPL","Table","9")

=(index(IMPORTHTML("https://finviz.com/quote.ashx?t=AAPL";"Table";9)

=(index(IMPORTHTML("https://finviz.com/quote.ashx?t=AAPL";"Table";9);6;6))

=SUBSTITUTE((index(IMPORTHTML("https://finviz.com/quote.ashx?t=AAPL";"Table";9);6;6));"*";"")

=SUBSTITUTE((index(IMPORTHTML("https://finviz.com/quote.ashx?t="&B2;"Table";9);7;6));"*";"")

=VALUE(SUBSTITUTE(SUBSTITUTE((index(IMPORTHTML("https://finviz.com/quote.ashx?t="&B2;"Table";9);7;6));"*";"");".";","))


Chrome Console code (om table nummer vast te stellen)

var i = 1; [].forEach.call(document.querySelectorAll('table'), function(x) { console.log(i++, x); });



=EPS * POWER((1+growth);10)