+ Reply to Thread
Results 1 to 3 of 3

Get Range to Lookup from a Lookup table

  1. #1
    JG Scott
    Guest

    Get Range to Lookup from a Lookup table

    Does someone have an example of using one lookup table to provide the
    range for another lookup table?

    PS Is this not easier than my providing all the details of my
    situation, most of which are irrelevant to the question?


  2. #2
    JE McGimpsey
    Guest

    Re: Get Range to Lookup from a Lookup table

    One way:

    Given: Tables named table1, table2, etc. Cell named tableswitch. table1
    is:

    J K
    1 A table2
    2 B table3
    3 C table4
    4 ....

    =VLOOKUP(A1, INDIRECT(VLOOKUP(tableswitch, table1, 2)), 2, FALSE)

    > PS Is this not easier than my providing all the details of my
    > situation, most of which are irrelevant to the question?


    Only if this example helps...

    In article <[email protected]>,
    "JG Scott" <[email protected]> wrote:

    > Does someone have an example of using one lookup table to provide the
    > range for another lookup table?
    >
    > PS Is this not easier than my providing all the details of my
    > situation, most of which are irrelevant to the question?


  3. #3
    JG Scott
    Guest

    Re: Get Range to Lookup from a Lookup table

    Thanks very much!!


+ 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