+ Reply to Thread
Results 1 to 3 of 3

How not to show #N/A when using vlookup formula

  1. #1
    inthestands
    Guest

    How not to show #N/A when using vlookup formula

    I have a vlookup formula =vlookup(V3,SHEET1!,$G$3:$J$14520,4,0) which I have
    inputed. Many of the responses come back with #N/A. I would like to remove
    this. Using IF(V3="","", does not work, becasue there is data there. What
    do I need to add to my formula?
    --
    Thanks in advance,

    inthestand

  2. #2
    Nelson
    Guest

    RE: How not to show #N/A when using vlookup formula

    You have to add an if statement

    =if(iserror(vlookup(V3,SHEET1!,$G$3:$J$14520,4,0)),"No
    Data",vlookup(V3,SHEET1!,$G$3:$J$14520,4,0))

    Hope it helps

    "inthestands" wrote:

    > I have a vlookup formula =vlookup(V3,SHEET1!,$G$3:$J$14520,4,0) which I have
    > inputed. Many of the responses come back with #N/A. I would like to remove
    > this. Using IF(V3="","", does not work, becasue there is data there. What
    > do I need to add to my formula?
    > --
    > Thanks in advance,
    >
    > inthestand


  3. #3
    Niek Otten
    Guest

    Re: How not to show #N/A when using vlookup formula

    =IF(ISNA(YourFormula),"",YourFormula)

    --
    Kind regards,

    Niek Otten

    "inthestands" <[email protected]> wrote in message
    news:[email protected]...
    >I have a vlookup formula =vlookup(V3,SHEET1!,$G$3:$J$14520,4,0) which I
    >have
    > inputed. Many of the responses come back with #N/A. I would like to
    > remove
    > this. Using IF(V3="","", does not work, becasue there is data there.
    > What
    > do I need to add to my formula?
    > --
    > Thanks in advance,
    >
    > inthestand




+ 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