Closed Thread
Results 1 to 2 of 2

Name command in Insert Menu

Hybrid View

  1. #1
    Ahmad Wali Zahid
    Guest

    Name command in Insert Menu

    Dear all

    I will appreciat if anyone could please describe the usage of the

    Name --> Define etc commands

    in the Insert Menu of Office 2003. I know about a few of them not all...



    --
    Eager to Program in DOT net

  2. #2
    Bob Phillips
    Guest

    Re: Name command in Insert Menu

    The simplest way is that you can name a range of cells. As an example, if
    you select cells A1:A10 and then goto Insert>Name>Define..., you will see
    that range in the RefersTo field. Add a name of say myRange, and then in a
    formula you can use say

    =SUM(myRange)

    instead of

    =SUM(A1:A10)

    You can also create names that are constant values, such as VAT with a value
    of say 17.5%, or a function, such as VLOOKUP(A1,$M$1:$P$100,3,False), which
    can also be used in formulae.

    Very useful, as it can be a repository of frequently used functions, and by
    using good names, it aids documentation.

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "Ahmad Wali Zahid" <AhmadWaliZahid@discussions.microsoft.com> wrote in
    message news:DD25A867-8EC1-4FA0-BA65-7F4E71FC05EB@microsoft.com...
    > Dear all
    >
    > I will appreciat if anyone could please describe the usage of the
    >
    > Name --> Define etc commands
    >
    > in the Insert Menu of Office 2003. I know about a few of them not all...
    >
    >
    >
    > --
    > Eager to Program in DOT net




Closed 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