Description of Simple Spreadsheet APK
"Simple Spreadsheet" is a user-friendly spreadsheet application designed specifically for smartphones and tablets. It can be used in place of a calculator for simple summary tasks such as home account book and gaming point record, scheduling note, and so on.
The available functions, calculations, and examples are as follows.
- There are four arithmetic operations.
for example, =C2R2*(C2R3+C2R4)/4-10
- The sum function
ex) = total(C1R1:C3R4)
- Average performance
ex) = C1R1:C3R4 average
- The maximum function
max(C1R1:C3R4) = ex
- The minimum deviation function
min(C3R1:C5R4) = ex
- Function of trigonometry
=sin(3/2*pi()) ex
=tan(0.5*pi())
- Exponential curve
power(3,5) = ex
- Logarithmic operation
log(2,C6R1) = ex
- A function that is absolute
ex) =abs(-5)