+ Reply to Thread
Results 1 to 3 of 3

How this function is read?

  1. #1
    Mike
    Guest

    How this function is read?

    Hi everyone,

    I have this Excel function:

    =AVERAGE(IF(D$7:D$31=D14,E$7:E$31,""))

    What does it mean? Or, how it can be read?

    Thanks,
    Mike


  2. #2
    Don Guillett
    Guest

    Re: How this function is read?

    This is an array formula so it must be entered/edited with ctrl+shift+enter
    it will average numbers in E for only those items in D that match d14

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    > Hi everyone,
    >
    > I have this Excel function:
    >
    > =AVERAGE(IF(D$7:D$31=D14,E$7:E$31,""))
    >
    > What does it mean? Or, how it can be read?
    >
    > Thanks,
    > Mike
    >




  3. #3
    Bob Phillips
    Guest

    Re: How this function is read?

    It says

    Take the average of the cells in E7:E31 only where the equivalent cell
    within D7:D31 is equal to the cell D14.

    In simple terms, it allows conditional AVERAGE, MAX MIN etc, equivalent to
    (the non-existent) AVERAGEIF

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    > Hi everyone,
    >
    > I have this Excel function:
    >
    > =AVERAGE(IF(D$7:D$31=D14,E$7:E$31,""))
    >
    > What does it mean? Or, how it can be read?
    >
    > Thanks,
    > Mike
    >




+ 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