Forum Discussion

T E's avatar
T E
Copper Contributor
Apr 10, 2018
Solved

Help w/ Nested ISERROR Function

I need some help figuring out why this formula is not working.  I am using Office 2013 and it is an xlsx file.  This is a simplified version of the formula that I am trying to use.   In A1 I have =...
  • Haytham Amairah's avatar
    Apr 10, 2018

    Hi,

     

    For the purpose of alert, the error always takes on the result of the formula if it appears in any part of the formula!

     

    You have to rebuild that formula as follows to catch the error from the beginning:

    =IFERROR(IF(A1="","","Test"),"")

    Regards

Resources