D
dougmcc1
When I copy the data in my worksheet and paste it into other cells, the
cell numbers in my functions get changed wrong and I have to go through
and manually change every single one, and there are hundreds of them.
The cell number in each function is equal to the row that the cell
function is in. So say my function is in cell C5, and the function is:
=(stuff)C5. Then I copy the function and paste it into cell C20 but
the function still says =(stuff)C5 instead of =(stuff)C20 like it
should.
Is there a way to replace C5 with whatever the current row is? Is there
something like &ROW, or !ROW for example?
Thanks in advance!
cell numbers in my functions get changed wrong and I have to go through
and manually change every single one, and there are hundreds of them.
The cell number in each function is equal to the row that the cell
function is in. So say my function is in cell C5, and the function is:
=(stuff)C5. Then I copy the function and paste it into cell C20 but
the function still says =(stuff)C5 instead of =(stuff)C20 like it
should.
Is there a way to replace C5 with whatever the current row is? Is there
something like &ROW, or !ROW for example?
Thanks in advance!