JavaScript ...... Below is a code snippet that should get you started. Tools > Script Editor Enter the following JavaScript code and Save.
function stocks() {
var stocks = ["AAPL", "GOOGL", "PCLN", "QQQ","MSFT","AMZN"];
for (i in stocks); {
return stocks
}
}
function fun_with_math(C1)...