Hello, ive been trying to figure out how to do something and am having trouble figuring out how to do it.
my situation is as follows:
i have a spreadsheet with a set of columns, (say a-d) that contain just plain values as data, and a set of columns ( say e-j) that have formulas based on the data columns and themselves
what i wish to do is be able to cut and paste blocks of cells in the a-d columns and move them around. but this doesnt seem to be possible without this action modifying the formulas.
i assume what i want to do is actually a different hotkey than cut or paste but i havent been able to figure out what it is.
this is an example of what i did and what happened:
i selected the cells a2:d5
i hit control + x to cut them
i clicked on the cell a8
i hit control + v to paste the cells into a8:d11
i noticed that the cells in columns e-j that used to reference a2 now reference a8, which is undesirable to me
what im hoping to find is some sort of cut or paste without sideffects function that i can just bind the shortcut to instead but i dont know what this function is called in reality.