The IFERROR() function is not supported in Excel 2003. You'll need to use the old syntax like:
=if(isna(expression),"",expression)
or
=if(iserror(expression),"",expression)
use Excel help to learn the differences between the IsNA(), IsErr() and IsError() functions to see which will trap the errors you are seeking to contain.
«translated by Google, I apologize if it makes any mistakes»
«Tradotta da Google, mi scuso se fa qualche errore»
La funzione IFERROR () non è supportata in Excel 2003 Avrete bisogno di usare la vecchia sintassi simile.:
= if (ISNA (espressione), "", espressione)
o
= if (ISERROR (espressione), "", espressione)
utilizzare Excel aiuto per imparare le differenze tra le funzioni ISNA (), ISERR () e IsError() per vedere quale sarà intrappolare gli errori che stanno cercando di contenere.