A very basic spreadsheet with math formulas.
It has 100 rows and 26 columns (A..Z).
If the value in the cell starts with an “=” = it is evaluated as a formula. You may refer to other cell values, i.e. “=(A10+A11)/A12”.
Under the hood it uses eval(), so be careful.
DEMO -
DEMO - SS |