+ Reply to Thread
Results 1 to 2 of 2

First Time Posing-Vlookup to an array

  1. #1
    Registered User
    Join Date
    04-07-2012
    Location
    Columbus Ohio
    MS-Off Ver
    Excel 2003
    Posts
    1

    First Time Posing-Vlookup to an array

    I created a spreadsheet and used reference arrays to lookup up tabs in the same file. For instance, I have a simple =vlookup(a2,MMP,2,false). I wanted to have the end user change the "MMP" array without having to go into the formula to make the change, perhaps typing in the array reference in one cell and having the formula look to that cell. I tried this formula =vlookup(a2,(vlookup(a5,tablecode,2,false)),2,false) but this didn't work. Any suggestions?

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: First Time Posing-Vlookup to an array

    Maybe

    =VLOOKUP(A2,INDIRECT(A3),2,False)

    and put MMP in A3

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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