I have Excel 2002 sp2 which came with Office XP. I'm seeing the same behavior
and I just checked and that setting is enabled on my system.
When I select a row that has a formula in cell, the resulting cell in that
column is completely empty. No formula.
I can't see what that Edit option is doing. I turned it off and then tried a
row insert and I didn't see any difference in normal cell, or ones with
formulas or referenced in formulas in other cells.
Can you describe a scenerio where I can see the effect?
In a worksheet where I have a column that is a running Balance, I've found a
way to workaround the no formula copy issue. The formula I have in the cells
of the Balance column is:
=OFFSET(N17,-1,0)+L17-M17
Where L is Expense, M is payment and N is my running Balance. And 17 is the
first row where I can make an entry.
Notice no cell reference outside this row. Now when I insert a row, the
previous row has no value or formula so the Balance starts from $0.00. Then I
select the Row above the insertion and all rows inserted and hit Ctl-d 'Fill
Down'. Bingo the balance is correct again. I also have conditional formatting
enable that changes the cell shade to pink to highlight the missing formula.
That formula is simply:
=N45=""
Thanks,
John