Top "Custom-function" questions

DO NOT USE THIS TAG ALONE.

Syntax behind sorted(key=lambda: ...)

I don't quite understand the syntax behind the sorted() argument: key=lambda variable: variable[0] Isn't lambda arbitrary? Why is variable …

python sorting lambda custom-function
Selecting the last value of a column

I have a spreadsheet with some values in column G. Some cells are empty in between, and I need to …

google-apps-script google-sheets google-sheets-formula array-formulas custom-function
Refresh data retrieved by a custom function in Google Sheet

I've written a custom Google Apps Script that will receive an id and fetch information from a web service (a …

google-apps-script google-sheets custom-function
RMSE/ RMSLE loss function in Keras

I try to participate in my first Kaggle competition where RMSLE is given as the required loss function. For I …

python keras custom-function loss-function
Passing arguments / parameters from a Google sheets custom function to the script function

I'm stuck on a something basic. How do I pass arguments to a Google Sheets custom function. I have a …

google-apps-script google-sheets arguments custom-function
How to use for to sum a range in google app script?

I want create a simple custom sum formula in google Spreadsheets using google app Script. function somaDias(range, days) { var …

google-apps-script google-sheets custom-function
Script to summarise data not updating

I have a Google spreadsheet of timesheet data; it has a sheet for each month, each sheet is a lot …

google-apps-script google-sheets google-apps custom-function
ALL Custom Functions return "unknown function" in one spreadsheet, but work in others

I have a few Simple Custom Functions that I use all the time. I have recently run into a spreadsheet …

google-apps-script google-sheets custom-function
Passing cell references to spreadsheet functions

When I call a spreadsheet function, say int(f2), the function operates on the value in the cell. If cell("…

google-apps-script google-sheets custom-function
To exceed the ImportXML limit on Google Spreadsheet

I am stucking on a "scraping problem" right now. Especially i want to extract the name of the author from …

javascript google-apps-script web-scraping google-sheets custom-function