Apache OpenOffice (AOO) Bugzilla – Issue 92677
ODFF: implement IFERROR and IFNA
Last modified: 2016-06-03 08:59:49 UTC
IFERROR is (AFAIK) a new built-in function introduced in Excel 2007. As such, a file saved by Excel 2007 that contains use of this function creates an interop issue, even if the file is saves as the legacy binary format (.xls).
I'm working on this as we speak.
Nice. IFERROR() is also drafted in ODFF, adding to subject. Note that IFNA() is closely related.
I have seen some discussions on the MS forums to improve the IFERROR() function to catch only a specified type of error. I can imagine that this is useful, as some errors (like #REF!) are undesirable to catch. I can imagine to expand the function with a 3rd argument specifying which error/errors should be caught: =IFERROR( _expression_ , _alt_expression_ , *ERROR_TYPE* )
Sorry folks. Things have changed, and I am not planning on working on implementing IFERROR any more. I'll be happy to keep this assigned to me for now, but if someone else wants to implement this piece, please raise your hand here.
+me
cc
*** Issue 109253 has been marked as a duplicate of this issue. ***
Resolved in LibreOffice 4.0: https://bugs.freedesktop.org/show_bug.cgi?id=56124
I came up with something of a workaround for my funtions : IFERROR( ... ;0) ISNA(ERRORTYPE( ... )) I hope this helps.
Confirming this is still not in OpenOffice 4.0, was unable to run an =IFERROR.
(In reply to vulcain from comment #8) > Resolved in LibreOffice 4.0: > https://bugs.freedesktop.org/show_bug.cgi?id=56124 Could this same patch be applied to OpenOffice?
This is still no implemented in the current version of OO. Its a real pain because I use a spreadsheet from an excel user and I have to delete the iferror to get the spreadsheet to work. Sample code =iferror(VLOOKUP($H2;$O$2:$P$121;2;0);"") With the iferror there, the vlookup doesn't work
(In reply to webassistant5.tft+openoffice from comment #11) > > https://bugs.freedesktop.org/show_bug.cgi?id=56124 > Could this same patch be applied to OpenOffice? Read issue 105140: licence used by LibreOffice is not compatible with Apache