https://issues.apache.org/ooo/show_bug.cgi?id=121694
Bug ID: 121694
Issue Type: DEFECT
Summary: Cut & move a cell referred by 1 cell will be referred
by 2 cells after the move
Classification: Application
Product: spreadsheet
Version: AOO 3.4.1
Hardware: All
OS: Linux64
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: editing
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Cell A1 contains 30
Cell C1 contains formula: $a1-h1
Cell d1 contains formula: $a1-i1 (ie. the same as above, but copied 1 cell
right)
Cell H1 contains 10
Current values:
A1=30
H1=10
C1=20
D1=30
Cut (ctrlX) the value from H1, paste the value to i1.
Current values displayed:
A1=30
H1=
I1=10
C1=20 (!!! formula has changed to $a1-i1)
D1=20
There is no logic in that.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.