+ Reply to Thread
Results 1 to 4 of 4

Vlookup Problem

  1. #1
    Registered User
    Join Date
    03-27-2019
    Location
    USA
    MS-Off Ver
    365
    Posts
    2

    Vlookup Problem

    Hi there,
    I am trying to use vlookup function that takes the table array as an argument from another cell, means that i want to use =VLOOKUP(F109+1,H109,8,0) instaed of this =VLOOKUP(F109+1,[NWL.xlsx]test!A1:I81,8,0) where H109 contains the table array value. SO far I get the #N/A error.

    Thanks so much, Erez.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,852

    Re: Vlookup Problem

    Try it like this:

    =VLOOKUP(F109+1,INDIRECT(H109),8,0)

    Note that the other file will have to be open in the same instance of Excel, as INDIRECT does not work with closed files.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-27-2019
    Location
    USA
    MS-Off Ver
    365
    Posts
    2

    Re: Vlookup Problem

    that works! thank you so much!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,852

    Re: Vlookup Problem

    Glad to hear that, and thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Vlookup problem in a loop with cell property and variable cell problem (long title sry)
    By ExcelsiorLux in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-13-2013, 10:38 AM
  2. Replies: 6
    Last Post: 05-28-2013, 05:08 PM
  3. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  4. [SOLVED] If then VLOOKUP problem
    By [email protected] in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 10-22-2012, 06:58 AM
  5. vlookup problem and count problem
    By thy00123 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-05-2009, 04:31 AM
  6. VLOOKUP Problem
    By opsolutions in forum Excel General
    Replies: 1
    Last Post: 04-30-2007, 09:11 PM
  7. Vlookup Problem
    By helandon in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-24-2007, 07:42 AM
  8. VLOOKUP problem
    By Stevie D in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-08-2006, 07:20 AM

Tags for this Thread

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