+ Reply to Thread
Results 1 to 3 of 3

How to define an unlimited range ?!

Hybrid View

  1. #1
    Registered User
    Join Date
    10-15-2011
    Location
    here
    MS-Off Ver
    Excel 2003
    Posts
    2

    How to define an unlimited range ?!

    Dear friends

    the problem is I need to define a range start from cell "A50" to the end of column "A"
    Column "A" is increasing everyday
    Cells "A1" to "A49" not included in the range


    Regards
    Last edited by M-----K; 10-15-2011 at 08:50 AM.

  2. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: How to define an unlimited range ?!

    One way
    In the name manager > new
    Name:= MyRange
    Refers To:=
    =OFFSET(Sheet1!$A$50,0,0,COUNTA(Sheet1!$A:$A)-49,1)
    [EDIT]
    or maybe this, non-volatile formula
    =Sheet1!$A$50:INDEX(Sheet1!$A:$A,COUNTA(Sheet1!$A:$A))
    Last edited by Marcol; 10-15-2011 at 08:40 AM. Reason: Added alternative formula
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  3. #3
    Registered User
    Join Date
    10-15-2011
    Location
    here
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: How to define an unlimited range ?!

    Thank you very much
    It works perfect

+ 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