Are there any shortcuts to typing range names? in Excel General Questions  
 |  Edit my Profile  |  Help
 
     
  
 
 
 
KG 6/18/2005 6:36 PM PST
  Question
  As I prepare to link workbooks, I have to type descriptive range names, e.g.:

CDA_GrossSales_Case1

Now, the workbook contains 3 different scenarios, therefore there will also
be named ranges:

CDA_GrossSales_Case2 and
CDA_GrossSales_Case3

There will be several other sets of named ranges and, in each instance, the
name will only differ by that one differentiating number on the end. Both
from the point of view of reducing typos and unnecessary typing, I have been
looking (in vain!) for a way to copy the names from one range to the next, so
that I all would have to do would be to change that one digit. Any
suggestions?
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
Dave Peterson 6/18/2005 6:56 PM PST
   
  You could start your formula and hit the F3 button. You'll see a "Paste Name
dialog that may make life a bit easier.



KG wrote:
>
> As I prepare to link workbooks, I have to type descriptive range names, e.g.:
>
> CDA_GrossSales_Case1
>
> Now, the workbook contains 3 different scenarios, therefore there will also
> be named ranges:
>
> CDA_GrossSales_Case2 and
> CDA_GrossSales_Case3
>
> There will be several other sets of named ranges and, in each instance, the
> name will only differ by that one differentiating number on the end. Both
> from the point of view of reducing typos and unnecessary typing, I have been
> looking (in vain!) for a way to copy the names from one range to the next, so
> that I all would have to do would be to change that one digit. Any
> suggestions?

--

Dave Peterson
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
KG 6/18/2005 8:22 PM PST
   
  Thank you. This is a very useful tip for when I start writing the formulas
for the links.

I take it that there are no shortcuts when it comes to actually writing the
Range names...

"Dave Peterson" wrote:

> You could start your formula and hit the F3 button. You'll see a "Paste Name
> dialog that may make life a bit easier.
>
>
>
> KG wrote:
> >
> > As I prepare to link workbooks, I have to type descriptive range names, e.g.:
> >
> > CDA_GrossSales_Case1
> >
> > Now, the workbook contains 3 different scenarios, therefore there will also
> > be named ranges:
> >
> > CDA_GrossSales_Case2 and
> > CDA_GrossSales_Case3
> >
> > There will be several other sets of named ranges and, in each instance, the
> > name will only differ by that one differentiating number on the end. Both
> > from the point of view of reducing typos and unnecessary typing, I have been
> > looking (in vain!) for a way to copy the names from one range to the next, so
> > that I all would have to do would be to change that one digit. Any
> > suggestions?
>
> --
>
> Dave Peterson
>
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
Dave Peterson 6/19/2005 5:42 AM PST
   
  Kind of like completing variable names in the VBE by hitting ctrl-spacebar?

Not that I know.

KG wrote:
>
> Thank you. This is a very useful tip for when I start writing the formulas
> for the links.
>
> I take it that there are no shortcuts when it comes to actually writing the
> Range names...
>
> "Dave Peterson" wrote:
>
> > You could start your formula and hit the F3 button. You'll see a "Paste Name
> > dialog that may make life a bit easier.
> >
> >
> >
> > KG wrote:
> > >
> > > As I prepare to link workbooks, I have to type descriptive range names, e.g.:
> > >
> > > CDA_GrossSales_Case1
> > >
> > > Now, the workbook contains 3 different scenarios, therefore there will also
> > > be named ranges:
> > >
> > > CDA_GrossSales_Case2 and
> > > CDA_GrossSales_Case3
> > >
> > > There will be several other sets of named ranges and, in each instance, the
> > > name will only differ by that one differentiating number on the end. Both
> > > from the point of view of reducing typos and unnecessary typing, I have been
> > > looking (in vain!) for a way to copy the names from one range to the next, so
> > > that I all would have to do would be to change that one digit. Any
> > > suggestions?
> >
> > --
> >
> > Dave Peterson
> >

--

Dave Peterson
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
Ragdyer 6/19/2005 9:50 AM PST
   
  You can very easily go to,
<Insert> <Name> <Define>
And click on the range name in the big window,
Which then displays it in the small window,
Where you can simply change (edit) the last character.

However, the question now becomes, what range does this *new* name define.
You can click in the "Refers To" box, hit <F2> to enter edit mode, and
revise the range address to match the new name, then click <Add>.

How extensive *this* address revision is, is what you must determine if this
whole procedure is worth while.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"KG" <KG@discussions.microsoft.com> wrote in message
news:9A1D1C3E-6DD3-4CD4-957D-10CAD752C966@microsoft.com...
> Thank you. This is a very useful tip for when I start writing the formulas
> for the links.
>
> I take it that there are no shortcuts when it comes to actually writing
the
> Range names...
>
> "Dave Peterson" wrote:
>
> > You could start your formula and hit the F3 button. You'll see a "Paste
Name
> > dialog that may make life a bit easier.
> >
> >
> >
> > KG wrote:
> > >
> > > As I prepare to link workbooks, I have to type descriptive range
names, e.g.:
> > >
> > > CDA_GrossSales_Case1
> > >
> > > Now, the workbook contains 3 different scenarios, therefore there will
also
> > > be named ranges:
> > >
> > > CDA_GrossSales_Case2 and
> > > CDA_GrossSales_Case3
> > >
> > > There will be several other sets of named ranges and, in each
instance, the
> > > name will only differ by that one differentiating number on the end.
Both
> > > from the point of view of reducing typos and unnecessary typing, I
have been
> > > looking (in vain!) for a way to copy the names from one range to the
next, so
> > > that I all would have to do would be to change that one digit. Any
> > > suggestions?
> >
> > --
> >
> > Dave Peterson
> >

 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
Dave Peterson 6/19/2005 8:34 PM PST
   
  I think the OP was talking about writing the range names in a formula in a
cell--not redefining them--but we may find out soon.

Ragdyer wrote:
>
> You can very easily go to,
> <Insert> <Name> <Define>
> And click on the range name in the big window,
> Which then displays it in the small window,
> Where you can simply change (edit) the last character.
>
> However, the question now becomes, what range does this *new* name define.
> You can click in the "Refers To" box, hit <F2> to enter edit mode, and
> revise the range address to match the new name, then click <Add>.
>
> How extensive *this* address revision is, is what you must determine if this
> whole procedure is worth while.
> --
> HTH,
>
> RD
>
> ---------------------------------------------------------------------------
> Please keep all correspondence within the NewsGroup, so all may benefit !
> ---------------------------------------------------------------------------
> "KG" <KG@discussions.microsoft.com> wrote in message
> news:9A1D1C3E-6DD3-4CD4-957D-10CAD752C966@microsoft.com...
> > Thank you. This is a very useful tip for when I start writing the formulas
> > for the links.
> >
> > I take it that there are no shortcuts when it comes to actually writing
> the
> > Range names...
> >
> > "Dave Peterson" wrote:
> >
> > > You could start your formula and hit the F3 button. You'll see a "Paste
> Name
> > > dialog that may make life a bit easier.
> > >
> > >
> > >
> > > KG wrote:
> > > >
> > > > As I prepare to link workbooks, I have to type descriptive range
> names, e.g.:
> > > >
> > > > CDA_GrossSales_Case1
> > > >
> > > > Now, the workbook contains 3 different scenarios, therefore there will
> also
> > > > be named ranges:
> > > >
> > > > CDA_GrossSales_Case2 and
> > > > CDA_GrossSales_Case3
> > > >
> > > > There will be several other sets of named ranges and, in each
> instance, the
> > > > name will only differ by that one differentiating number on the end.
> Both
> > > > from the point of view of reducing typos and unnecessary typing, I
> have been
> > > > looking (in vain!) for a way to copy the names from one range to the
> next, so
> > > > that I all would have to do would be to change that one digit. Any
> > > > suggestions?
> > >
> > > --
> > >
> > > Dave Peterson
> > >

--

Dave Peterson
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
Norman Jones 6/18/2005 8:48 PM PST
  Answer
  Hi KG,

Since your names only differ by the last digit, having defined your first
name, you can use this as a template for the successive names: when defining
the second name, click on the (now) existing first name and edit the last
digit and redefine the corresponding range.

This should mean that for each successive name, you only need to type/edit a
single character


---
Regards,
Norman



"KG" <KG@discussions.microsoft.com> wrote in message
news:8CB98020-A92F-4A01-950B-FB59056C91DA@microsoft.com...
> As I prepare to link workbooks, I have to type descriptive range names,
> e.g.:
>
> CDA_GrossSales_Case1
>
> Now, the workbook contains 3 different scenarios, therefore there will
> also
> be named ranges:
>
> CDA_GrossSales_Case2 and
> CDA_GrossSales_Case3
>
> There will be several other sets of named ranges and, in each instance,
> the
> name will only differ by that one differentiating number on the end. Both
> from the point of view of reducing typos and unnecessary typing, I have
> been
> looking (in vain!) for a way to copy the names from one range to the next,
> so
> that I all would have to do would be to change that one digit. Any
> suggestions?
>


 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
KG 6/20/2005 6:50 AM PST
   
  Thank you all, guys. Dave is right: I was looking for "relief" in writing the
formulas in the first place, since a set of three formulas only differs by
one digit on the end. However, I have come to the conclusion that writing
each one from scratch is just as time-efficient as any alternative.

"Norman Jones" wrote:

> Hi KG,
>
> Since your names only differ by the last digit, having defined your first
> name, you can use this as a template for the successive names: when defining
> the second name, click on the (now) existing first name and edit the last
> digit and redefine the corresponding range.
>
> This should mean that for each successive name, you only need to type/edit a
> single character
>
>
> ---
> Regards,
> Norman
>
>
>
> "KG" <KG@discussions.microsoft.com> wrote in message
> news:8CB98020-A92F-4A01-950B-FB59056C91DA@microsoft.com...
> > As I prepare to link workbooks, I have to type descriptive range names,
> > e.g.:
> >
> > CDA_GrossSales_Case1
> >
> > Now, the workbook contains 3 different scenarios, therefore there will
> > also
> > be named ranges:
> >
> > CDA_GrossSales_Case2 and
> > CDA_GrossSales_Case3
> >
> > There will be several other sets of named ranges and, in each instance,
> > the
> > name will only differ by that one differentiating number on the end. Both
> > from the point of view of reducing typos and unnecessary typing, I have
> > been
> > looking (in vain!) for a way to copy the names from one range to the next,
> > so
> > that I all would have to do would be to change that one digit. Any
> > suggestions?
> >
>
>
>
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
 
 
swatsp0p 6/20/2005 8:09 AM PST
   
  When I find myself needing to repeatedly enter similar data, I use the copy/paste (CTRL+C, CTRL+V) to speed entry. In your example, I would make my first entry of: "CDA_GrossSales_Case1". I would then highlight and CTRL+C *CDA_GrossSales_Case* and CTRL+V it as needed, and simply add the last character "1", "2" or "3".

HTH

Bruce -- swatsp0p ------------------------------------------------------------------------ swatsp0p's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=15101 View this thread: http://www.excelforum.com/showthread.php?threadid=380357
 
  Was this post helpful to you?  
 
 
  Reply | Print post   TopTop  
 
 
  Return to Microsoft Communities  Notify me of replies