Microsoft® Excel® based database addin

 

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    VKL Narayanan Guest

    Default vlookup function returning "na" even though the vlaues are present

    i am using a simple vlookup function

    =vlookup(A13,$B$38..$C$76,2,False)

    Even though there is correct value for A13 in the array table defined, it is
    returning "N/A". Can someone tell me what is the problem?

  2. #2
    Dave Guest

    Default RE: vlookup function returning "na" even though the vlaues are present

    Hi,
    You may have leading or trailing spaces in your data.
    Is "$B$38..$C$76" a typo?
    Should probably be "$B$38:$C$76"
    Regards - Dave

    "VKL Narayanan" wrote:

    > i am using a simple vlookup function
    >
    > =vlookup(A13,$B$38..$C$76,2,False)
    >
    > Even though there is correct value for A13 in the array table defined, it is
    > returning "N/A". Can someone tell me what is the problem?


  3. #3
    Fred Smith Guest

    Default Re: vlookup function returning "na" even though the vlaues are present

    The problem is that whatever's in A13 is not in your table. You can check
    with the formula:
    =b38=$a$13
    and copy this down.

    You will get False for every entry in your table. Check for trailing spaces
    or unprintable characters which make it look the same, but not to Excel.

    Regards,
    Fred

    "VKL Narayanan" <VKLNarayanan@discussions.microsoft.com> wrote in message
    news:36F4155F-076E-4DEB-AA4E-8AA9FBE93901@microsoft.com...
    >i am using a simple vlookup function
    >
    > =vlookup(A13,$B$38..$C$76,2,False)
    >
    > Even though there is correct value for A13 in the array table defined, it
    > is
    > returning "N/A". Can someone tell me what is the problem?



Similar Threads

  1. RE: Vlookup of text returning "#Value"
    By mmm206 in forum Miscellaneous Excel Subjects
    Replies: 1
    Last Post: 08-05-2009, 12:58 AM
  2. RE: Vlookup of text returning "#Value"
    By mmm206 in forum Miscellaneous Excel Subjects
    Replies: 1
    Last Post: 08-05-2009, 12:57 AM
  3. Replies: 4
    Last Post: 02-21-2009, 10:48 PM
  4. vlookup if statement returning a "false" answer.
    By inthestands in forum Worksheet Functions
    Replies: 2
    Last Post: 02-16-2009, 04:11 PM
  5. isna vlookup returning"0" instead of " "
    By Martha in forum Worksheet Functions
    Replies: 3
    Last Post: 02-14-2009, 11:44 PM

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