i finished the project but can i only put numbers in bc i dont know how to even use the functions i made if im even able to do that in the first place. like how do i get sum of all the numbers if i have the sum function finished
Hi! To use the functions it is much like in excel or Google sheets.
=sum(1,3,6,3,45)
Press enter and you should see the function string replaced with 58.
Not that sum2 may not work due to a regex issue in the code. The developers are working on a fix for that.
You will need to use upper case
letters in the spreadsheet cells for the functions and cell references.
Happy coding
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.