If I have a column which has unique formula starting in D25 running all the way down to D1896. The issue I am having is I am trying to duplicate the exact column formulas by copying and pasting the original into a new sheet. However every time I paste it changes the references or is asking me to re reference the formula.
The formula is:-
The formula changes when it hits S41 and B41 respectively and changes to:-
SO my question is simple how do I transfer the column complete with the same formula into another sheet without the references changing?
The formula is:-
Code:
=IF('Wk 1'!S6>0,'Wk 1'!B6,"")
The formula changes when it hits S41 and B41 respectively and changes to:-
Code:
=IF('Wk 2'!S6>0,'Wk 2'!B6,"")
SO my question is simple how do I transfer the column complete with the same formula into another sheet without the references changing?