Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow removal of values from a cell formula #7

Open
psgg1981 opened this issue Jul 23, 2020 · 1 comment
Open

Allow removal of values from a cell formula #7

psgg1981 opened this issue Jul 23, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@psgg1981
Copy link
Owner

Allow removal of values from a cell formula in order to allow user to quickly correct a mistyped expense.

Example: cell contains =1+2+3 and 2 is to be removed; final result would be =1+3

This should also work with single value cells, of course - e.g. cell with value 3 should become empty if such expense is removed.

Whenever the value to be removed belongs to a product operation - e.g. value 3 in =1+2+3*2 - its multiples should be decremented i.e. =1+2+3*1

@psgg1981 psgg1981 added the enhancement New feature or request label Jul 23, 2020
@psgg1981
Copy link
Owner Author

psgg1981 commented Jul 23, 2020

In order for this feature to be successfully executed (and not confused with #8) it must use a new argument

e.g. add_expense --remove 3 99.99 should make formula =1+2+3+4+5+6+7+99.99 into =1+2+3+4+5+6+7

Also, for the sake of numeric comparison, all numbers should be properly compared to currency (2 decimal places)

e.g. add_expense --remove 1 3.00 should still make formula =1+2+3+4+5+6+7 into =1+2+4+5+6+7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant