+ Reply to Thread
Results 1 to 2 of 2

Vlook Up Error

  1. #1
    Registered User
    Join Date
    03-31-2005
    Posts
    1

    Vlook Up Error

    Hi,

    I am trying to get the result of a vlookup in sheet 2 named IASA, in sheet 1 JE_Blank I will be entering a search number which will return the value from the table in sheet 2 column 4 but I keep getting a NA. Please help the function I am using is below.

    =VLOOKUP("[JEBLANK.xls]JE_BLANK!$A$1:$A31",IASA!$A$2:$B$29,4,FALSE)


    Thanks
    RNunez

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Here's what you posted:
    =VLOOKUP("[JEBLANK.xls]JE_BLANK!$A$1:$A31",IASA!$A$2:$B$29,4,FALSE)

    Try this:
    =VLOOKUP(a1,IASA!$A$2:$B$29,4,FALSE)
    Where the formula is on the JE_Blank sheet and trying to find the value in A1 in the list on the IASA sheet.

    Does that help?

    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