I would like to copy a range of cells (interactively) which contains formulas with references to other cells. By default, the references in the target cells will be adjusted by the relative offset of the destination cell to the source cell (unless the reference is absolut, i.e. $A$1).
I'm looking for a way, that this adjustment is not applied without using absolut references in the source cells, i.e. copy literally.
Paste Special only allows me to either select 'formula' (with adjustment) or 'value' (but I need the formulas!) - so 'paste special -> literally' would be nice...
Is there a way to achieve this?
Many thanks in advance!
Welcome to the forum.
The only way to do this from the user interface is to copy and paste in the formula bar. Otherwise you need a macro.
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
Try replacing = with something like #, copy/paste, replace # with =
maybe try like this:
copy the formula to notepad, then replicate it the amount of times you need (let's say you wanna spread it to 10 cells, then replicate it 10 times), copy the text from notepad, then paste it back to excel.
Many thanks! What is the right/best function to copy with a macro?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks