i have a large financial spreadsheet with a ton of formulae. i'd like to duplicate a row such that it retains the same formula and coordinates as the source row (basically duplicate a summary row and still have it be the same summary):
start with:
[448] =J425+J441 =K425+K441 =L425+L441
end with:
[447] =J425+J441 =K425+K441 =L425+L441
[448] =J425+J441 =K425+K441 =L425+L441
a simple copy paste automatically advances each of the coordinates, and ends up pointing to the wrong spot.

=$L$425+$L$441. – Zoredache Aug 08 '12 at 00:06