-
Type: Bug
-
Status: Applied
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2 CD 05
-
Fix Version/s: ODF 1.2 CD 06
-
Component/s: OpenFormula
-
Labels:None
-
Proposal:
When a part of a refence has been invalidated (ex. deleting a column) it is often useful to show an error literal as the part of the reference that was invalidated. The reference syntax seems to indicate that a reference can be used in place of the sheetname, but the exact syntax doesn't seem clear.
For example, if you have a formula that adds cell A1 and B2 and then delete column B, what will the resulting formula be?
In Excel:
Original formula =A1 + B1
Resulting formula =A1 + #REF!
In Calc:
Original formula =A1 + B1
Resulting formula =A1 + #REF!1