+ Reply to Thread
Results 1 to 3 of 3

DEFINED NAMES AND FORMULAS

Hybrid View

Guest DEFINED NAMES AND FORMULAS 08-18-2006, 12:45 PM
Guest Re: DEFINED NAMES AND FORMULAS 08-18-2006, 01:10 PM
Guest RE: DEFINED NAMES AND FORMULAS 08-18-2006, 01:10 PM
  1. #1
    Sean
    Guest

    DEFINED NAMES AND FORMULAS

    I have an area of time formats that I have defined a name to, I use this for
    cell validation, so they can only pick from the time I give. Can a formula
    read off of the defined name, such as SUMPRODUCT((A1:A100=DEFINED
    NAME)*D1:D100)

    Thanks,

    Sean

  2. #2
    Bob Phillips
    Guest

    Re: DEFINED NAMES AND FORMULAS

    Yes, try it.

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Sean" <Sean@discussions.microsoft.com> wrote in message
    news:7D195E09-EF49-4C82-A8A0-42C42F8D276C@microsoft.com...
    > I have an area of time formats that I have defined a name to, I use this

    for
    > cell validation, so they can only pick from the time I give. Can a

    formula
    > read off of the defined name, such as SUMPRODUCT((A1:A100=DEFINED
    > NAME)*D1:D100)
    >
    > Thanks,
    >
    > Sean




  3. #3
    Tom Ogilvy
    Guest

    RE: DEFINED NAMES AND FORMULAS

    Yes - a defined name can be used to replace the referred to range in any
    formula where the referred to range would be legitimate

    if i have a defined name MyName with refers to A1,

    =sumif(B:B,MyName,C:C)
    and
    =sumif(B:B,A1,C:C)

    should return the same result.

    --
    Regards,
    Tom Ogilvy


    "Sean" wrote:

    > I have an area of time formats that I have defined a name to, I use this for
    > cell validation, so they can only pick from the time I give. Can a formula
    > read off of the defined name, such as SUMPRODUCT((A1:A100=DEFINED
    > NAME)*D1:D100)
    >
    > Thanks,
    >
    > Sean


+ 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