- Supports operations on positive integers and cell references.
- Detects and reports circular dependencies between cells
- Supported Operations:
- Addition
+
- Subtraction
-
- Multiplication
*
- Division
/
- Cell references
A1
- Addition
3 2
A2
4 5 *
A1
A1 B2 / 2 +
3
39 B1 B2 * /
1 | 2 | 3 | |
---|---|---|---|
A | A2 | 4 5 * | A1 |
B | A1 B2 / 2 + | 3 | 39 B1 B2 * / |
20.00000
20.00000
20.00000
8.66667
3.00000
1.50000
1 | 2 | 3 | |
---|---|---|---|
A | 20.00000 | 20.00000 | 20.00000 |
B | 8.66667 | 3.00000 | 1.50000 |