I've got a column of formulae, each of which references the one above it. If I delete a row, I get #REF! in all the rows below the one just deleted and I have to go through and refill them.
This is the formula. It builds a series of numbers in the format 1.7.10... upwards. This is in B12 (I1 is the increment)
=LEFT(B11,(LEN(B11)-(LEN(B11) - FIND(".",B11,3))))&RIGHT(B11,LEN(B11) - FIND(".",B11,3))+$I$1
Now, if I delete the row B11, I would expect this and subsequent rows to be amended downards.
Instead, I get #REF.
I am working with Excel 95.
TIA. Regards,
Graham
This is the formula. It builds a series of numbers in the format 1.7.10... upwards. This is in B12 (I1 is the increment)
=LEFT(B11,(LEN(B11)-(LEN(B11) - FIND(".",B11,3))))&RIGHT(B11,LEN(B11) - FIND(".",B11,3))+$I$1
Now, if I delete the row B11, I would expect this and subsequent rows to be amended downards.
Instead, I get #REF.
I am working with Excel 95.
TIA. Regards,
Graham