+ Reply to Thread
Results 1 to 3 of 3

Referencing Named Ranges

  1. #1
    ExcelRookie
    Guest

    Referencing Named Ranges

    I have a workbook with a variety of names ranges. I need the data to flow
    into corresponding cells based on the result of a formula in a different
    cell. Example:

    A1 contains a validation drop-down of all the named ranges in the workbook.

    Range A2:D12 results in the selection of the drop-down in A1. These named
    ranges are from different workbooks. I've tried lookup functions, but they
    will not accept a cell reference in place of a hard-coded name to lookup the
    correct range of data.

    I need the cell reference to insert into a formula as a named range.
    A1=NamedRange

    I end up getting the value in A1 returns in the formula as only the only
    data. The value is not recognized as a named range.

    I hope this makes sense.

  2. #2
    Biff
    Guest

    Re: Referencing Named Ranges

    Hi!

    Try this:

    INDIRECT(A1)

    >These named ranges are from different workbooks


    If that's the case, using Indirect requires that those files be open.

    Also, if some named ranges are really named formulas like those used to
    create dynamic ranges, Indirect will not work.

    Biff

    "ExcelRookie" <ExcelRookie@discussions.microsoft.com> wrote in message
    news:D1D5E8DE-7F4F-4F42-883B-137A8F1DE0DD@microsoft.com...
    >I have a workbook with a variety of names ranges. I need the data to flow
    > into corresponding cells based on the result of a formula in a different
    > cell. Example:
    >
    > A1 contains a validation drop-down of all the named ranges in the
    > workbook.
    >
    > Range A2:D12 results in the selection of the drop-down in A1. These named
    > ranges are from different workbooks. I've tried lookup functions, but they
    > will not accept a cell reference in place of a hard-coded name to lookup
    > the
    > correct range of data.
    >
    > I need the cell reference to insert into a formula as a named range.
    > A1=NamedRange
    >
    > I end up getting the value in A1 returns in the formula as only the only
    > data. The value is not recognized as a named range.
    >
    > I hope this makes sense.




  3. #3
    CLR
    Guest

    RE: Referencing Named Ranges

    Named ranges are good only within a workbook. If you are calling in
    RangeNames from other workbooks, you'll need to associate it with a path and
    filename.

    hth
    Vaya con Dios,
    Chuck, CABGx3



    "ExcelRookie" wrote:

    > I have a workbook with a variety of names ranges. I need the data to flow
    > into corresponding cells based on the result of a formula in a different
    > cell. Example:
    >
    > A1 contains a validation drop-down of all the named ranges in the workbook.
    >
    > Range A2:D12 results in the selection of the drop-down in A1. These named
    > ranges are from different workbooks. I've tried lookup functions, but they
    > will not accept a cell reference in place of a hard-coded name to lookup the
    > correct range of data.
    >
    > I need the cell reference to insert into a formula as a named range.
    > A1=NamedRange
    >
    > I end up getting the value in A1 returns in the formula as only the only
    > data. The value is not recognized as a named range.
    >
    > I hope this makes sense.


+ 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