Replies: 4 comments 3 replies
|
Great feedback. I've wondered whether/how to auto-reference rows without interfering too much with regular math, something like: -200 [as a tally]. However, I think your use case is more common. (One philosophy I like is 'Make the easy things easy, and the hard things possible.'). I think auto-referencing the previous row is the right move (there is |
|
Interesting. I like the |
|
Ok, a preview for this is live: Going to let it marinate for a bit and see if any errors come up. Great suggestion, thanks for the feedback. |

Uh oh!
There was an error while loading. Please reload this page.
One thing I would like to suggest is the ability to enter in operators which automatically reference the previous row.
For example, if you enter:
R1 : 100 * 40
then, on R2 you enter
R2: + 200
It should assume that the addition is to the previous row. This would allow streamlined entry, such as:
R1: 500 + 20
R2: * 20%
R3: + ( 300 / 50 )
R4: * 1.07
This also allows a formula to be adjusted without having to update references. Meaning you can move things around (i.e. add a new line and not have to update the formulas. For example, you wanted to add more to R3 but in a separate line. You could just insert a new row
R1: 500 + 20
R2: + 100
R3: * 20%
R4: + ( 300 / 50 )
R5: * 1.07
Now, R3 is taking 20% of 620 instead of just 520, but you didn't have to update any formulas. Just add a new line and operator with value.
Sweet!
All reactions