justme
Well-known Member
- Joined
- Aug 26, 2002
- Messages
- 729
in column C I have a formula which is the sum of column D to column AA.
=IF(SUM($D5:zz5)<>0,SUM($D5:zz5),"")
Problem: Every day I insert a column next to column C, which becomes the new column D and my formula changes to =IF(SUM($E5:AAA5)<>0,SUM($E5:AAA5),"")
How can I keep the cell reference $D in the formula?
=IF(SUM($D5:zz5)<>0,SUM($D5:zz5),"")
Problem: Every day I insert a column next to column C, which becomes the new column D and my formula changes to =IF(SUM($E5:AAA5)<>0,SUM($E5:AAA5),"")
How can I keep the cell reference $D in the formula?