A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

range names



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2009, 09:49 PM posted to microsoft.public.excel.misc
Sanford Lefkowitz
external usenet poster
 
Posts: 10
Default range names

I have a large number of range names such as
ran1 referring to a1:a200
ran2; referring to b2:b200
down to about ran40
I want to change all of these so they go down 300 rows instead of 200 rows.

Is there any way I can do all these at once? Or do I Have to do them one at
a time.

Thanks
Sanford
  #2  
Old May 15th, 2009, 10:13 PM posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
 
Posts: 6,167
Default range names


ran1
=offset($a$1,1,0,counta($a:$a),1)
ran2
=offset(ran1,0,1)
Then, you may never have to change again

I would probably name then colA and colB

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sanford Lefkowitz" wrote in
message ...
I have a large number of range names such as
ran1 referring to a1:a200
ran2; referring to b2:b200
down to about ran40
I want to change all of these so they go down 300 rows instead of 200
rows.

Is there any way I can do all these at once? Or do I Have to do them one
at
a time.

Thanks
Sanford


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.