+ Reply to Thread
Results 1 to 6 of 6

Possible to have a named array formula?

  1. #1
    Kel Good
    Guest

    Possible to have a named array formula?

    Is it possible somehow to define a array formula and give it a name like you
    do normal named formulas, so it can be used in a cell like so:

    =MyNamedArrayFormula

    Thanks.

    ---------------------------------------------------------------
    Kel Good
    MCT, MCAD, MCSD for Microsoft.NET



  2. #2
    Tom Ogilvy
    Guest

    Re: Possible to have a named array formula?

    Yes.

    Insert Name Define
    Name: MyNamedArrayFormula
    RefersTo: =Sum(($A$1:$A$10=5)*($B$1:$B$10=2)*$C$1:$C$10)

    If you want to use relative addresses, then these will be relative to the
    activecell. With named ranges, best to use absolute references in most
    cases.

    --
    Regards,
    Tom Ogilvy


    "Kel Good" <[email protected]> wrote in message
    news:%[email protected]...
    > Is it possible somehow to define a array formula and give it a name like

    you
    > do normal named formulas, so it can be used in a cell like so:
    >
    > =MyNamedArrayFormula
    >
    > Thanks.
    >
    > ---------------------------------------------------------------
    > Kel Good
    > MCT, MCAD, MCSD for Microsoft.NET
    >
    >




  3. #3
    Kel Good
    Guest

    Re: Possible to have a named array formula?

    Hi Tom,

    Thanks for your reply.

    What makes this an array formula rather than just a normal formula? It looks
    like the latter, without the { } around it.

    Kel

    "Tom Ogilvy" <[email protected]> wrote in message
    news:[email protected]...
    > Yes.
    >
    > Insert Name Define
    > Name: MyNamedArrayFormula
    > RefersTo: =Sum(($A$1:$A$10=5)*($B$1:$B$10=2)*$C$1:$C$10)
    >
    > If you want to use relative addresses, then these will be relative to the
    > activecell. With named ranges, best to use absolute references in most
    > cases.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "Kel Good" <[email protected]> wrote in message
    > news:%[email protected]...
    >> Is it possible somehow to define a array formula and give it a name like

    > you
    >> do normal named formulas, so it can be used in a cell like so:
    >>
    >> =MyNamedArrayFormula
    >>
    >> Thanks.
    >>
    >> ---------------------------------------------------------------
    >> Kel Good
    >> MCT, MCAD, MCSD for Microsoft.NET
    >>
    >>

    >
    >




  4. #4
    Tom Ogilvy
    Guest

    Re: Possible to have a named array formula?

    It is written as an array formula - it isn't written as a normal formula.

    Granted, in column C, entered in cell C2 without array entry, it will use
    implicit intersection, but in a named range, implicit intersection isn't an
    issue.


    --
    Regards,
    Tom Ogilvy

    "Kel Good" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Tom,
    >
    > Thanks for your reply.
    >
    > What makes this an array formula rather than just a normal formula? It

    looks
    > like the latter, without the { } around it.
    >
    > Kel
    >
    > "Tom Ogilvy" <[email protected]> wrote in message
    > news:[email protected]...
    > > Yes.
    > >
    > > Insert Name Define
    > > Name: MyNamedArrayFormula
    > > RefersTo: =Sum(($A$1:$A$10=5)*($B$1:$B$10=2)*$C$1:$C$10)
    > >
    > > If you want to use relative addresses, then these will be relative to

    the
    > > activecell. With named ranges, best to use absolute references in most
    > > cases.
    > >
    > > --
    > > Regards,
    > > Tom Ogilvy
    > >
    > >
    > > "Kel Good" <[email protected]> wrote in message
    > > news:%[email protected]...
    > >> Is it possible somehow to define a array formula and give it a name

    like
    > > you
    > >> do normal named formulas, so it can be used in a cell like so:
    > >>
    > >> =MyNamedArrayFormula
    > >>
    > >> Thanks.
    > >>
    > >> ---------------------------------------------------------------
    > >> Kel Good
    > >> MCT, MCAD, MCSD for Microsoft.NET
    > >>
    > >>

    > >
    > >

    >
    >




  5. #5
    Art
    Guest

    RE: Possible to have a named array formula?

    I think so. Take a look here: http://j-walk.com/ss/excel/odd/odd10.htm

    "Kel Good" wrote:

    > Is it possible somehow to define a array formula and give it a name like you
    > do normal named formulas, so it can be used in a cell like so:
    >
    > =MyNamedArrayFormula
    >
    > Thanks.
    >
    > ---------------------------------------------------------------
    > Kel Good
    > MCT, MCAD, MCSD for Microsoft.NET
    >
    >
    >


  6. #6
    Peter Huang [MSFT]
    Guest

    Re: Possible to have a named array formula?

    Hi Kel,

    Does Tom's suggestion help you?
    If you still have any concern, please feel free to post here.

    Best regards,

    Peter Huang
    Microsoft Online Partner Support

    Get Secure! - www.microsoft.com/security
    This posting is provided "AS IS" with no warranties, and confers no rights.


+ 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