+ Reply to Thread
Results 1 to 2 of 2

nesting within vlookup

  1. #1
    Registered User
    Join Date
    08-02-2006
    Posts
    19

    nesting within vlookup

    I am trying to nest an address in vlookup() for the table array without luck. Is this not allowed?
    IE: the table array is located at L:M
    VLOOKUP(I6,N1:M,2) where N1=L
    I get the #NAME error

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    You could use INDIRECT

    =VLOOKUP(I6,INDIRECT(N1&":M"),2)

+ 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