+ Reply to Thread
Results 1 to 2 of 2

Indirect/Vlookup Formula

  1. #1
    Registered User
    Join Date
    08-27-2010
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    1

    Red face Indirect/Vlookup Formula

    Hi Everyone!
    I've been trying to figure this out forever, so any help would be greatly appreciated.

    I'm trying to create a template. This template will have a LONG list of numbers in the first column, with a bunch of categories in each column of the row above. Also, for each number listed I will have a tab that corresponds with it. What I want to do, is write a formula that will look up the number I have listed on my summary slide, look through the tabs to find that number, and return a row for me to populate information.

    HELP!!!!

  2. #2
    Registered User
    Join Date
    01-07-2010
    Location
    Stamford, CT
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Indirect/Vlookup Formula

    Hi,

    You may have to play with it a bit but I think this formula will help...

    =VLOOKUP(x,INDIRECT(""&y&"!"&z),#1,#2)

    Key:

    x = what you want to look up
    y= create a "dummy variable" that is the same exact name as the tab in which you want to look up; i.e.create an extra column with the names of all your tabs and this will be column y, i.e. if one tab is called "cat", y should = "cat"
    z= create a dummy variable for your range; i.e. in each individual tab, if the range you are looking in as A1:D56, then create another extra column and just copy and past "A1:D56" in each cell in this column
    #1 = # of columns over the data that you want to return is located
    #2 = either 1 or 0 depending on exactness of data

+ 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