Let’s say I have column A containing values (A1: 4, A2: 5), and column B with formulae that reference column A (B1: =A1 * 2, B2: = A2 * 2). I select cells A1:2, cut (Ctrl-X), then paste them into A2, so that value from A1 is in A2, and value from A2 is in A3.
What I expect: that formula in B1 is now referencing an empty cell (A1) and has value 0, formula in B2 references A2 and has value 8
What happens: formulae in B column get adjusted to refer to the exact same values
IMHO this is a usability blunder: copying/pasting values should not affect formulae in unrelated cells. At the very least, I’d like to know if there is a way to get my expected behaviour; paste special → paste values didn’t help