Excel - move a block without formula changes
Had a spreadsheet with a reasonably complex block of cells that I wanted to 'move' to another part of the sheet but without auto-changing the formula in it. Didn't want to go through all the formula adding '$'s everywhere, but there didn't seem to be a 'paste special' to cover this. However it can, pretty simply be done!
Select the area you want to move.
Use "Formulas > Show Formulas "
Copy the block
Paste it to a text editor (I like Notepad++ when on Windows)
Copy from Notepad
Paste it back into a new position in the Spreadsheet.
de-select Formulas>Show Formulas
Ta-Da!