GNOME Bugzilla – Bug 546528
Formula parser drops () from equations
Last modified: 2008-08-06 10:36:02 UTC
Please describe the problem: On WinXP, the official 1.9.1 win32 build's formula parser drops the ()s from equations, when entered as a formula from a cell. =(A1*2)+6 becomes =A1*2+6 =((A1+A2)+(A2-A1))/6 becomes =(A1+A2+(A2-A1))/6 and the like Steps to reproduce: 1. Enter or edit an equation from cell 2. Enter or edit an equation in the bar 3. Actual results: Functions correctly, sans some parenthesis entered into the equation. Expected results: Expectations would be the correct equation be parsed, unaltered. Does this happen every time? yes Other information: Windows XP, Official Gnumeric 1.9.1 build, standalone win32-gtk and freetype installations ALSO present on system.
What is the problem? The correct equation is parsed and then shown in a standard form.
Sounds like he wanted the extra parenthesis to remain. You are in luck, a patch to retain them just went in, and will be included in 1.9.2 *** This bug has been marked as a duplicate of 69813 ***