[Libreoffice-bugs] [Bug 34729] Office 2007 IFERROR Function Conversion to Calc
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Mar 6 10:49:30 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=34729
--- Comment #4 from pot <pot at potorti.it> 2012-03-06 10:49:30 PST ---
Please note that IFERROR is implemented in Gnumeric too. It is very convenient
for simplifying some long formulas:
IF(ISERROR(long_formula_here),"",long_formula_here)
becomes simply
IFERROR(long_formula_here,"")
which enormously improves readability (and bug resiliency) where long
formulas are involved, and probably also memory consumption and speed.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list