https://bugs.documentfoundation.org/show_bug.cgi?id=147082
Bug ID: 147082
Summary: Copying Sheet should also copy Range
Product: LibreOffice
Version: 7.4.0.0 alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 177927
--> https://bugs.documentfoundation.org/attachment.cgi?id=177927&action=edit
bugdoc
1. Open attached spreadsheet. sheet1 has a sum formula which references the
"aaa" range. sheet2 has the same sum formula.
2. Copy sheet1 to a new sheet "sheet1_2".
Expected: The sum formula on sheet1_2 would copy the "aaa" range so that it
references the cells on sheet3. When you change something on sheet1, only the
sum formulas on sheet1 and sheet2 are updated.
Actual: sheet1_2 still references the "aaa" range. Updating the values on
sheet1_2 does not change the sum on sheet1_2. Instead, updating the values on
sheet1 updates the sum on all three sheets.
--
You are receiving this mail because:
You are the assignee for the bug.