I am trying to copy-paste a range of cells to another location in my spreadsheet. The problem is that unlike cut-paste, when I use copy-paste I lose the original cell references. I was wondering if it is possible to create an artificial "cut-paste" option, but without deleting the original data, and with the ability to repeat the operation more than once.
I've found a partial solution to this problem by using the notepad or a VBA code to copy the formulas (as explained here). However, it still doesn't provide a complete solution, because I still want to have certain cells changed - for example, cells with SUM function should be updated so they calculate the sum of the newly pasted cells, and not the old cells. This is something the cut and paste option is capable of, but I couldn't find any parallel method to do that with copy-paste.
Any help will be much appreciated.