Ive made a custom calculator in a google sheet, the calculator accepts 5 inputs (arguments) on row 1, rows 2-50 is where is runs the calculation, and the result comes out in row 51.
This calculator is very easy for the end user to use, as they just input data on row 1 and get the answer on row 51. But i would like to be able to use the calculator as a custom function elsewhere in the spreadsheet, the the 5 inputs would become the 5 arguments for the formula. Something like
=CustomCalc(a1,b1,c1,d2,e2)
I know this is possible using Google Spreadsheet scripting but is it possible to do without scripting ?