I have the following formula in column J (formula could be better I know):
=IF(I35<>"EOM",IF(D35>0,J34,J34+G35+(H35/1507.5)-F35-E35),J34)
1) From time to time, I need to delete a row. When I do so now, obviously it gives me #REF in all cells of column J beneath the deleted row. How can I fix this by having all cells beneath the deleted row automatically reference itself to the new above cell.
2) Also, when adding a new row, can I have the formula in column J automatically appear in that new cell?
Thank you. (How do you upload images here?? It would have made this so much easier)
=IF(I35<>"EOM",IF(D35>0,J34,J34+G35+(H35/1507.5)-F35-E35),J34)
1) From time to time, I need to delete a row. When I do so now, obviously it gives me #REF in all cells of column J beneath the deleted row. How can I fix this by having all cells beneath the deleted row automatically reference itself to the new above cell.
2) Also, when adding a new row, can I have the formula in column J automatically appear in that new cell?
Thank you. (How do you upload images here?? It would have made this so much easier)