• #DIV/O Error Formatting (Excel 2003)

    Author
    Topic
    #429786

    Could someone provide me the proper custom format for hiding/changin the #DIV/O error. Hiding might just be “-” or ” “.

    Thank you

    Viewing 2 reply threads
    Author
    Replies
    • #1001786

      There are two easy options:
      1. Rewrite your formula to include an error check.
      2. Use conditional formatting with an expression like =iserror(A1) and set the font colour to white.
      HTH

    • #1001795

      If your formula is something like =A1/B1, then you can change it to something like:


      =IF(ISERROR(A1/B1),"",A1/B1)

    • #1001804

      ISERR will trap any error value except #N/A
      ISERROR will trap them all (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, and #NULL!)

    Viewing 2 reply threads
    Reply To: #DIV/O Error Formatting (Excel 2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: