Origin crashes when editing Cell Formula


Version: 2022 SR1

Type: Bug Fixes

Category: Data Handling

Subcategory: Worksheet

Jira: ORG-24482


This problem exists since 2021b. No crash in 2021, but the formula wrongly updated when delete column.

To reproduce

  1. New a worksheet, add two new columns.

  2. Fill col A and col C with row numbers.

  3. Double click B[1], input formula as "=mean(A1:A10)".

  4. Double click D[1], input formula as "=mean(C1:C10)".

  5. Delete col C.

  6. Double click C[1], change formula as "=mean(C1:C8)"
    ==>Origin crashes.