Bug 141349 - Copying a column with Absolute referencing does not work
Summary: Copying a column with Absolute referencing does not work
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.1.0.3 release
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsDevAdvice
Depends on:
Blocks:
 
Reported: 2021-03-30 16:21 UTC by Marty
Modified: 2022-03-17 14:38 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marty 2021-03-30 16:21:15 UTC
Description:
If I copy an entire column that contains cells using absolute references ($), the copied cells do not reference the correct location. The absolute reference is ignored. I have to go each cell in the original column and copy them one by one for the proper absolute reference to work. 

Steps to Reproduce:
1.Create a cell with an absolute reference to a cell to the right. 
2. Copy the entire column
3. Paste insert the column (paste all, shift cells right)
4. the cell will reference the wrong location

Actual Results:
the wrong cell is used by the formula

Expected Results:
I expect the data in the cell in the absolute reference to be used in the cell formulas in the pasted column.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no
Comment 1 [REDACTED] 2021-03-30 20:39:07 UTC
From LibreOffice Help - https://help.libreoffice.org/latest/en-US/text/scalc/guide/relativ_absolut_ref.html?DbPAR=CALC#bm_id3156423:


> Absolute and relative references are always adjusted in LibreOffice Calc 
> whenever the referenced area is moved. 

and hence I'd assume this is not a bug but intended behavior.
Comment 2 Marty 2021-03-30 21:04:01 UTC
I don't agree:   "Absolute references are used when a calculation refers to one specific cell in your sheet. If a formula that refers to exactly this cell is copied relatively to a cell below the original cell, the reference will also be moved down if you did not define the cell coordinates as absolute."

Note the "if you did not define the cell coordinates as absolute."
Comment 3 [REDACTED] 2021-03-30 21:23:34 UTC
(In reply to Marty from comment #2)
> I don't agree:   "Absolute references are used when a calculation refers to
> one specific cell in your sheet. 

You are free to disagree - of course. But you don't just copy but perform a shift as well, which is a "move" from my perspective.
Comment 4 Marty 2021-03-30 21:48:20 UTC
Sorry. You are wrong.