excelFormulaUtilitiesJS icon indicating copy to clipboard operation
excelFormulaUtilitiesJS copied to clipboard

Extra bracket for Beautify for nasty division style formulae

Open PhilipOakley opened this issue 7 years ago • 0 comments

It is possible to become confused about which sub-expression is 'on the top' and which is 'on the bottom' in complex formulae with repeat multiply divide sequences. (excel can have un-expected priority order)

Could a mode be included to add diambiguating brackets (beautified) such that one knows which way up certain calcs are performed.

my example is: =4.4/EXP(19*AF$7)/EXP(1350*EXP(2.2*AF$7)*$AE7)*$AK$3^2/900*$O$3

Where would you / where should I put the brackets 😃

PhilipOakley avatar Jul 05 '18 19:07 PhilipOakley