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
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.
One way
In the name manager > new
Name:= MyRange
Refers To:=
[EDIT]![]()
=OFFSET(Sheet1!$A$50,0,0,COUNTA(Sheet1!$A:$A)-49,1)
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.
Thank you very much
It works perfect![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks