• Vlookup or match (Excel 2000)

    • This topic has 2 replies, 2 voices, and was last updated 20 years ago.
    Author
    Topic
    #419417

    I want the formula to lookup/compare the text. If the text is in the lookup table, return the text. If it is not return a blank not an error message. Thank you.
    =(VLOOKUP(N3,’Billing Codes.xls’!$A$3:$A$78,1))

    Viewing 0 reply threads
    Author
    Replies
    • #946955

      Try this:

      =IF(ISNA(VLOOKUP(N3,'Billing Codes.xls'!$A$3:$A$78,1)),"",VLOOKUP(N3,'Billing Codes.xls'!$A$3:$A$78,1))

      • #946962

        I tweeked it just a bit. Thank you.
        =IF(ISERROR(VLOOKUP(N3, ‘Billing Codes’!A$1:$A$76,1,FALSE)),””,VLOOKUP(N3, ‘Billing Codes’!$A$1:$A$76,1,FALSE))

    Viewing 0 reply threads
    Reply To: Vlookup or match (Excel 2000)

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

    Your information: