Hi everyone, im strugling with dragging a formula to the right and to have the rows increase (but the columns stay the same) Im using the $ to freeze the column, but when dragged to the right, all it does is copy the formual exactly the same way. Any ideas? Here is the formula:
so idealy when dragged to the right the next formula would read:
Thanks in advance for any help.
sd
Code:
=IF('Week 1 Chart'!$D2="-","0",'Week 1 Chart'!$D2)
so idealy when dragged to the right the next formula would read:
Code:
=IF('Week 1 Chart'!$D3="-","0",'Week 1 Chart'!$D3)
Thanks in advance for any help.
sd