Forum Discussion

rpr-nospam's avatar
rpr-nospam
Brass Contributor
Oct 31, 2025
Solved

In Excel cut and paste may change the cell range set in a formula

I have an Excel sheet where I defined a sum of four cells with SUM($A$2:$D$2): A B C D SUM 1 2 3 4 10 The issue I noticed is that if user selects cell A2 and then cut...
  • rpr-nospam's avatar
    Oct 31, 2025

    After some more thinking I found a workaround: in the cell range I added a hidden cell before and after the range of cells where users enter values:

    That way, it someone cuts any of the visible cells and pastes it inside the range, the SUM formula won't change as the first and last cells in the range are not affected by the cut&paste.

Resources