• Simplified Formula (EXCEL 2003)

    Author
    Topic
    #453329

    For the attached spreadsheet, is there a way to simplify the formula in C2:C5?
    i.e. remove the ISNUMBER function.

    Viewing 1 reply thread
    Author
    Replies
    • #1122435

      You could use

      =IF(COUNTIF($A$2:$A$10,B2),"True","Error")

      or even

      =COUNTIF($A$2:$A$10,B2)

      In the latter case, format the cells with the custom format

      "True";;"Error"

    • #1122439

      Not shorter than Hans’ but without the isnumber

      =IF(ISNA((VLOOKUP(B2,$A$2:$A$8,1,FALSE))), “Error”,”True”)

    Viewing 1 reply thread
    Reply To: Simplified Formula (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: