Simple Spreadsheet APP
Available function, calculation and their example are as follows.
・Four arithmetic operations
ex) =C2R2*(C2R3+C2R4)/4-10
・Sum function
ex) =sum(C1R1:C3R4)
・Average function
ex) =average(C1R1:C3R4)
・Max function
ex) =max(C1R1:C3R4)
・Min deviation function
ex) =min(C3R1:C5R4)
・Trigonometric function
ex) =sin(3/2*pi())
=tan(0.5*pi())
・Exponential function
ex) =power(3,5)
・Logarithmic function
ex) =log(2,C6R1)
・Absolute function
ex) =abs(-5)
Have questions, problems or feedback? Reach out to us at [email protected]