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

后端 未结 13 2236
温柔的废话
温柔的废话 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:43

    Haven't check in Excel, but this works in Libreoffice4:

    The whole thing of address rewriting comes during consecutive
    (a1) cut
    (a2) paste

    You need to interrupt the consecutiveness by putting something in-between:
    (b1) cut
    (b2) select some empty cells (more than 1) and drag(move) them
    (b3) paste

    Step (b2) is where the cell that is about to update itself stops the tracking. Quick and simple.

    0 讨论(0)
提交回复
热议问题