+ Reply to Thread
Results 1 to 9 of 9

Are there any shortcuts to typing range names?

  1. #1
    KG
    Guest

    Are there any shortcuts to typing range names?

    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?


  2. #2
    Dave Peterson
    Guest

    Re: Are there any shortcuts to typing range names?

    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

  3. #3
    KG
    Guest

    Re: Are there any shortcuts to typing range names?

    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
    >


  4. #4
    Norman Jones
    Guest

    Re: Are there any shortcuts to typing range names?

    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?
    >




  5. #5
    Dave Peterson
    Guest

    Re: Are there any shortcuts to typing range names?

    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

  6. #6
    Ragdyer
    Guest

    Re: Are there any shortcuts to typing range names?

    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
    > >



  7. #7
    Dave Peterson
    Guest

    Re: Are there any shortcuts to typing range names?

    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

  8. #8
    KG
    Guest

    Re: Are there any shortcuts to typing range names?

    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?
    > >

    >
    >
    >


  9. #9
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    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
    Bruce
    The older I get, the better I used to be.
    USA

+ 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