+ Reply to Thread
Results 1 to 3 of 3

Build a Named Range

  1. #1
    AMDRIT
    Guest

    Build a Named Range

    Hello,

    I would like to refer to a named range by building a string, without using
    VB if possible.

    Named Range Address = Sheet1:A1:D10 Name = "Range1"


    so that I may perform a vlookup

    =vlookup(1, <"Range" + 1>, 4, false)



    Any one have any ideas?



  2. #2
    Niek Otten
    Guest

    Re: Build a Named Range

    Use the INDIRECT() function.

    Look in HELP for details.

    --
    Kind regards,

    Niek Otten

    "AMDRIT" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    >
    > I would like to refer to a named range by building a string, without using
    > VB if possible.
    >
    > Named Range Address = Sheet1:A1:D10 Name = "Range1"
    >
    >
    > so that I may perform a vlookup
    >
    > =vlookup(1, <"Range" + 1>, 4, false)
    >
    >
    >
    > Any one have any ideas?
    >




  3. #3
    AMDRIT
    Guest

    Re: Build a Named Range

    Thank a ton, that is exactly it.


    "Niek Otten" <[email protected]> wrote in message
    news:[email protected]...
    > Use the INDIRECT() function.
    >
    > Look in HELP for details.
    >
    > --
    > Kind regards,
    >
    > Niek Otten
    >
    > "AMDRIT" <[email protected]> wrote in message
    > news:[email protected]...
    >> Hello,
    >>
    >> I would like to refer to a named range by building a string, without
    >> using VB if possible.
    >>
    >> Named Range Address = Sheet1:A1:D10 Name = "Range1"
    >>
    >>
    >> so that I may perform a vlookup
    >>
    >> =vlookup(1, <"Range" + 1>, 4, false)
    >>
    >>
    >>
    >> Any one have any ideas?
    >>

    >
    >




+ 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