+ Reply to Thread
Results 1 to 4 of 4

weighted average

  1. #1
    Registered User
    Join Date
    03-31-2006
    Posts
    14

    weighted average

    Hi, how do I calculated a weighted average, but excluding cells that have #div/0! or 0.

    Thanks

  2. #2
    Jerry W. Lewis
    Guest

    RE: weighted average

    =SUMPRODUCT(IF(ISNUMBER(data),data),IF(ISNUMBER(weights),weights)) /
    SUMPRODUCT(IF(ISNUMBER(weights),weights))

    Jerry

    "inoexcel" wrote:

    >
    > Hi, how do I calculated a weighted average, but excluding cells that
    > have #div/0! or 0.
    >
    > Thanks
    >
    >
    > --
    > inoexcel
    > ------------------------------------------------------------------------
    > inoexcel's Profile: http://www.excelforum.com/member.php...o&userid=33055
    > View this thread: http://www.excelforum.com/showthread...hreadid=537753
    >
    >


  3. #3
    Registered User
    Join Date
    03-31-2006
    Posts
    14
    awesome, thanks Jerry!

  4. #4
    Jerry W. Lewis
    Guest

    Re: weighted average

    You're welcome. Glad it helped.

    Jerry

    "inoexcel" wrote:

    >
    > awesome, thanks Jerry!
    >
    >
    > --
    > inoexcel
    > ------------------------------------------------------------------------
    > inoexcel's Profile: http://www.excelforum.com/member.php...o&userid=33055
    > View this thread: http://www.excelforum.com/showthread...hreadid=537753
    >
    >


+ 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