+ Reply to Thread
Results 1 to 3 of 3

Naming a dynamic range

  1. #1
    Forum Contributor
    Join Date
    03-14-2005
    Posts
    164

    Naming a dynamic range

    Hi,

    I have two spreadsheets that I need to define as named ranges.
    they are both dynamic (based on queries) and the first one is a single column (column A)

    the second worksheet has two columns A:B

    how can I name each oen dynamically?

    thanks in advance,
    Matt

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    You can name them with a combination of the offset function and other functions eg match, min, max etc

    Regards

    Dav

  3. #3
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by matpj
    Hi,

    I have two spreadsheets that I need to define as named ranges.
    they are both dynamic (based on queries) and the first one is a single column (column A)

    the second worksheet has two columns A:B

    how can I name each oen dynamically?

    thanks in advance,
    Matt
    Using a Worksheet_Calculate trigger, you could locate the last non-blank A cell with something like
    Please Login or Register  to view this content.
    and then extend the range of your (pre-existing) named range with soomething like
    Please Login or Register  to view this content.
    Does this help?
    ---

+ 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