+ Reply to Thread
Results 1 to 10 of 10

Vlookup that does not return #N/A

  1. #1
    Peo Sjoblom
    Guest

    RE: Vlookup that does not return #N/A

    =IF(ISNUMBER(MATCH(A1,B1:B100,0)),VLOOKUP(A1,B1:C100,2,0),"")


    Regards,

    Peo Sjoblom

    "carl" wrote:

    > Is there a way to modify the vlookup formula so that it return a blank versus
    > #N/A.
    >
    > Thank you in advance.


  2. #2
    bj
    Guest

    RE: Vlookup that does not return #N/A

    try =if(iserror(vlookup),"",Vlookup)


    "carl" wrote:

    > Is there a way to modify the vlookup formula so that it return a blank versus
    > #N/A.
    >
    > Thank you in advance.


  3. #3
    Ron Rosenfeld
    Guest

    Re: Vlookup that does not return #N/A

    On Fri, 10 Jun 2005 12:42:03 -0700, "carl" <carl@discussions.microsoft.com>
    wrote:

    >Is there a way to modify the vlookup formula so that it return a blank versus
    >#N/A.
    >
    >Thank you in advance.



    =IF(ISNA(your_vlookup_formula),"",your_vlookup_formula)


    --ron

  4. #4
    Peo Sjoblom
    Guest

    RE: Vlookup that does not return #N/A

    =IF(ISNUMBER(MATCH(A1,B1:B100,0)),VLOOKUP(A1,B1:C100,2,0),"")


    Regards,

    Peo Sjoblom

    "carl" wrote:

    > Is there a way to modify the vlookup formula so that it return a blank versus
    > #N/A.
    >
    > Thank you in advance.


  5. #5
    bj
    Guest

    RE: Vlookup that does not return #N/A

    try =if(iserror(vlookup),"",Vlookup)


    "carl" wrote:

    > Is there a way to modify the vlookup formula so that it return a blank versus
    > #N/A.
    >
    > Thank you in advance.


  6. #6
    Ron Rosenfeld
    Guest

    Re: Vlookup that does not return #N/A

    On Fri, 10 Jun 2005 12:42:03 -0700, "carl" <carl@discussions.microsoft.com>
    wrote:

    >Is there a way to modify the vlookup formula so that it return a blank versus
    >#N/A.
    >
    >Thank you in advance.



    =IF(ISNA(your_vlookup_formula),"",your_vlookup_formula)


    --ron

  7. #7
    carl
    Guest

    Vlookup that does not return #N/A

    Is there a way to modify the vlookup formula so that it return a blank versus
    #N/A.

    Thank you in advance.

  8. #8
    Peo Sjoblom
    Guest

    RE: Vlookup that does not return #N/A

    =IF(ISNUMBER(MATCH(A1,B1:B100,0)),VLOOKUP(A1,B1:C100,2,0),"")


    Regards,

    Peo Sjoblom

    "carl" wrote:

    > Is there a way to modify the vlookup formula so that it return a blank versus
    > #N/A.
    >
    > Thank you in advance.


  9. #9
    bj
    Guest

    RE: Vlookup that does not return #N/A

    try =if(iserror(vlookup),"",Vlookup)


    "carl" wrote:

    > Is there a way to modify the vlookup formula so that it return a blank versus
    > #N/A.
    >
    > Thank you in advance.


  10. #10
    Ron Rosenfeld
    Guest

    Re: Vlookup that does not return #N/A

    On Fri, 10 Jun 2005 12:42:03 -0700, "carl" <carl@discussions.microsoft.com>
    wrote:

    >Is there a way to modify the vlookup formula so that it return a blank versus
    >#N/A.
    >
    >Thank you in advance.



    =IF(ISNA(your_vlookup_formula),"",your_vlookup_formula)


    --ron

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1