+ Reply to Thread
Results 1 to 2 of 2

Multiplying a row with the verticle sum of other rows

  1. #1

    Multiplying a row with the verticle sum of other rows

    Hello all,

    Since I learned about the marvelous possibilities of sumproduct
    functions I use them more than any other funtion. But I didn't find a
    solution yet to the simple problem of multiplying one row with the
    verticle sum of two or more other rows, forming a rectangle with the
    first one.

    So suppose A1 tot D5 have a number each.

    I want the following sum :
    A1*(A2+A3+A4+A5)+ B1*(B2+B3+B4+B5) + C1*(C2+C3+C4+C5) etc. with the
    shortest possible formula, presumably the SUMPRODUCT kind of thing.

    Thank you very much for your time.

    Herman


  2. #2
    KL
    Guest

    Re: Multiplying a row with the verticle sum of other rows

    Hi,

    Try this:

    =SUMPRODUCT(A1:C1*A2:C5)

    or array-entered (Ctrl+Shift+nter)

    =SUM(A1:C1*A2:C5)

    Regards,
    KL


    <[email protected]> wrote in message
    news:[email protected]...
    > Hello all,
    >
    > Since I learned about the marvelous possibilities of sumproduct
    > functions I use them more than any other funtion. But I didn't find a
    > solution yet to the simple problem of multiplying one row with the
    > verticle sum of two or more other rows, forming a rectangle with the
    > first one.
    >
    > So suppose A1 tot D5 have a number each.
    >
    > I want the following sum :
    > A1*(A2+A3+A4+A5)+ B1*(B2+B3+B4+B5) + C1*(C2+C3+C4+C5) etc. with the
    > shortest possible formula, presumably the SUMPRODUCT kind of thing.
    >
    > Thank you very much for your time.
    >
    > Herman
    >




+ 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