How to disable Excel's automatic cell reference change after copy/paste?

后端 未结 13 2271
温柔的废话
温柔的废话 2020-12-07 23:14

I\'ve got a massive Excel 2003 spreadsheet I\'m working on. There are a lot of very large formulas with a lot of cell references. Here\'s a simple example.

=         


        
13条回答
  •  我在风中等你
    2020-12-07 23:25

    A very simple solution is to select the range you wish to copy, then Find and Replace (Ctrl + h), changing = to another symbol that is not used in your formula (e.g. #) - thus stopping it from being an active formula.

    Then, copy and paste the selected range to it's new location.

    Finally, Find and Replace to change # back to = in both the original and new range, thus restoring both ranges to being formulae again.

提交回复
热议问题