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

Formula not evaluated again after delete row/column #650

Open
Corbe30 opened this issue Dec 16, 2024 · 0 comments
Open

Formula not evaluated again after delete row/column #650

Corbe30 opened this issue Dec 16, 2024 · 0 comments

Comments

@Corbe30
Copy link
Contributor

Corbe30 commented Dec 16, 2024

Describe the bug
Formula should be re-evaluated after it is updated on deleting row(s)/column(s).

To Reproduce
Steps to reproduce the behavior:

  1. enter the following data in fortune-sheet:
cell value
A1 1
B1 2
C1 3
D1 =SUM(A1:C1)
  1. Note that value of D1 is 6
  2. Delete column B
  3. The formula is updated to =SUM(A1:B1) but the value is still 6

Expected behavior
The formula is updated correctly, but the value should be 4 instead of 6.

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

No branches or pull requests

1 participant