Formula + Inserting Row Problem
Posted by Anurag Agarwal on September 21, 1999 11:31 PM
In a column I have the following formula that refrences the previous (top) row
IF(ISBLANK(A5),"",D4) for row 5
These extend from row 3 to row 20. If I now insert a row say between 4 and 5, I find that in row 6(was row 5) refrence D4 in the formula doesn't change, but for the other rows it changes.
How can this be solved
Thanks in Advance
Anurag