In a cell I have a formula like the below
=IF('BRN - Reading'!$P40="No",'BRN - Reading'!R44-'BRN - Reading'!R39,'BRN - Reading'!R44-(('BRN - Reading'!$Q40/12)*('BRN - Reading'!$K40)*(1+0)))
The cell below contains;
=IF('BRN - Reading'!$P46="No",'BRN - Reading'!R50-'BRN - Reading'!R45,'BRN - Reading'!R50-(('BRN - Reading'!$Q46/12)*('BRN - Reading'!$K46)*(1+0)))
All I need to do is copy the formula down a few times but add 6 to the cell references each time, anyone know how I can do this (other then manually), Excel just like to add on 1.
I can create a few manually and then select a few cells to copy and paste, Excel will keep the difference of 6 between them but not the cells outside the selection.
=IF('BRN - Reading'!$P40="No",'BRN - Reading'!R44-'BRN - Reading'!R39,'BRN - Reading'!R44-(('BRN - Reading'!$Q40/12)*('BRN - Reading'!$K40)*(1+0)))
The cell below contains;
=IF('BRN - Reading'!$P46="No",'BRN - Reading'!R50-'BRN - Reading'!R45,'BRN - Reading'!R50-(('BRN - Reading'!$Q46/12)*('BRN - Reading'!$K46)*(1+0)))
All I need to do is copy the formula down a few times but add 6 to the cell references each time, anyone know how I can do this (other then manually), Excel just like to add on 1.
I can create a few manually and then select a few cells to copy and paste, Excel will keep the difference of 6 between them but not the cells outside the selection.
Comment