I created anew function in sheets from within a sheet. The function is not recognized:
- From within the sheet tools > script editor
function DOUBLE(input) { return input * 2; }
save
Go into the sheet, enter a cell and type
=double(10)
Error "unknown function 'double'"