+ Reply to Thread
Results 1 to 2 of 2

sumproduct

  1. #1
    Registered User
    Join Date
    03-02-2006
    Posts
    7

    sumproduct

    Using sumproduct I want to do something like this

    SUMPRODUCT((a2:a10<e2)*(b2:b10+c2:c10=5))

    where i add cells in different columns (but same row) and condition on their sum. Can it be done?

    Thanks
    Erik

  2. #2
    Toppers
    Guest

    RE: sumproduct

    Try this:


    =SUMPRODUCT(--($A$2:$A$10<E2),--($B$2:$B$10+$C$2:$C$10=5))

    "erik550" wrote:

    >
    > Using sumproduct I want to do something like this
    >
    > SUMPRODUCT((a2:a10<e2)*(b2:b10+c2:c10=5))
    >
    > where i add cells in different columns (but same row) and condition on
    > their sum. Can it be done?
    >
    > Thanks
    > Erik
    >
    >
    > --
    > erik550
    > ------------------------------------------------------------------------
    > erik550's Profile: http://www.excelforum.com/member.php...o&userid=32086
    > View this thread: http://www.excelforum.com/showthread...hreadid=519817
    >
    >


+ 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