If I have an XLS file created in Excel, and a cell has a Conditional Format formula like: =AND(D6<$B6,COUNT(D6)) and I import it into Calc, what I see instead is: AND('2012'.D6<'2012'.$B6,COUNT('2012'.D6)) where '2012' is the name of the sheet. The formula is arithmetically correct, but it's got extra stuff in there which I don't want to see. The import should import exactly what the formula is and should not add any embellishment. This bug has been in a number of versions, and even in openoffice.
This would be just a cosmetic fix. The formulas are exactly the same.
While I agree the two formulas would result in the same format, clearly they are *not* the same and so I would not call the fix "cosmetic". I'd really like the formula to stay as originally written so I don't have to be as concerned that everything gets changed correctly if I make a new copy of the page. I suspect it's just an "if" statement that's not working, it should be a trivial fix which is why I'm asking that it be fixed. (In reply to comment #1) > This would be just a cosmetic fix. > > The formulas are exactly the same. While I agree the two formulas would result in the same format, clearly they are *not* the same and so I would not call the fix "cosmetic". I'd really like the formula to stay as originally written so I don't have to be as concerned that everything gets changed correctly if I make a new copy of the page. I suspect it's just an "if" statement that's not working, it should be a trivial fix which is why I'm asking that it be fixed.
Please attach a test document to the bug report.
*** This bug has been marked as a duplicate of bug 36379 ***