+ Reply to Thread
Results 1 to 2 of 2

Setting a dynamic Named range

  1. #1
    Registered User
    Join Date
    12-11-2012
    Location
    bristol
    MS-Off Ver
    Excel 2007
    Posts
    40

    Exclamation Setting a dynamic Named range

    Hi,

    I am looking for a way to make a named range that referes to the latest entrys in a column until a row is blank.

    Example

    12/32/3034 Social community 4922 3999 3399
    12/93/3432 Help community 3233 3422 2342

    12/34/3234 Vage community 2342 2342 3424

    I want the range to start at the bottem and only selects "vage community" and then stops because there is a white row.

    Thanks so much!!
    Last edited by JBeaucaire; 12-14-2012 at 09:57 AM. Reason: Everyone's question is urgent....

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: HELP URGENT! Named range

    Assuming the named range would be columns A:E and the row would be the "last row with data in it looking up column A", this named range formula would do that:

    =OFFSET(INDEX($A$1:$A$1000, MATCH("zzzz*", $A$1:$A$1000, 1)),,,,5)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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