+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP where a cell specifies the table array

  1. #1
    Hall
    Guest

    VLOOKUP where a cell specifies the table array

    I want to use vlookup where the table array I'm looking up is actually
    specified in a cell.

    This is what I want:
    =vlookup(A1, B2, 2, false)

    where B2 has the value "A10:A20"

    What is the syntax or construct for this?

    Thanks so much



  2. #2
    Dave Peterson
    Guest

    Re: VLOOKUP where a cell specifies the table array

    =vlookup(A1, indirect(B2), 2, false)



    Hall wrote:
    >
    > I want to use vlookup where the table array I'm looking up is actually
    > specified in a cell.
    >
    > This is what I want:
    > =vlookup(A1, B2, 2, false)
    >
    > where B2 has the value "A10:A20"
    >
    > What is the syntax or construct for this?
    >
    > Thanks so much


    --

    Dave Peterson

  3. #3
    Hall
    Guest

    Re: VLOOKUP where a cell specifies the table array

    Thanks. That works
    "Dave Peterson" <[email protected]> wrote in message
    news:[email protected]...
    > =vlookup(A1, indirect(B2), 2, false)
    >
    >
    >
    > Hall wrote:
    >>
    >> I want to use vlookup where the table array I'm looking up is actually
    >> specified in a cell.
    >>
    >> This is what I want:
    >> =vlookup(A1, B2, 2, false)
    >>
    >> where B2 has the value "A10:A20"
    >>
    >> What is the syntax or construct for this?
    >>
    >> Thanks so much

    >
    > --
    >
    > Dave Peterson




+ 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