Say you want to copy B1:B100 to another location.
The trick is to "UNformulate" those formulas, so that they become text
strings, and then copy the text to your other location, and then revert them
back to working formulas.
Change the equal sign to something unique, like ^^^, and after the copy and
paste, change it back to "=".
Select B1 to B100.
From the Menu Bar:
<Edit> <Replace>,
In the "Find What" box, enter
=
In the "Replace With" box, enter
^^^
Then, <Replace All>
You now have plain text.
Right click in the selection and choose "Copy".
Navigate to your new location and right click in the top cell and choose
"Paste".
Now, reverse the process:
From the Menu Bar:
<Edit> <Replace>,
In the "Find What" box, enter
^^^
In the "Replace With" box, enter
=
Then, <Replace All>
You now have working formulas with the original cell references.
Do the same reversal to your original B1:B100 if necessary.
--
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
I'm not talking about 1 cell. I'm talking about a whole list of formulas.
For
E.G. in cell B1 is =A1. In Cell B2 is =A2. In cell B3 is =A3. In cell B4 is
=C1. In cell B5 is =C2... and so on with different references.