+ Reply to Thread
Results 1 to 3 of 3

Sumproduct-total weight of a shipment

  1. #1
    Esrei
    Guest

    Sumproduct-total weight of a shipment

    I want to sum the total weight of a shipment.
    I have weight per carton in (a), and nr of cartons in c.
    In C1 I want a formula that would take the weight per cartop (per line)
    multiply it by the nr of cartons (same line) and then add it all together.
    I think I must use sumproduct.
    Thaks

  2. #2
    Registered User
    Join Date
    02-09-2004
    Posts
    52
    you could just do, in D1

    =a1*c1

    and then copy the formula down for all your rows, then in a blank cell to the right of your formula results (say if you've got the results in column D), just put =SUM(D1:D45) & substitue the last number there (D45) with however many rows you're dealing with.

  3. #3
    Bernard Liengme
    Guest

    re: Sumproduct-total weight of a shipment

    Weights in A1:A20; number of cartons in B1:B20
    Total weight =SUMPRODUCT(A1:A20, B1:B20)
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "Esrei" <[email protected]> wrote in message
    news:[email protected]...
    >I want to sum the total weight of a shipment.
    > I have weight per carton in (a), and nr of cartons in c.
    > In C1 I want a formula that would take the weight per cartop (per line)
    > multiply it by the nr of cartons (same line) and then add it all together.
    > I think I must use sumproduct.
    > Thaks




+ 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