+ Reply to Thread
Results 1 to 4 of 4

SUMPRODUCT for shipping weight, multiple array

  1. #1
    Registered User
    Join Date
    02-25-2020
    Location
    Shanghai, China
    MS-Off Ver
    Office 365
    Posts
    2

    Question SUMPRODUCT for shipping weight, multiple array

    Hi I am new to the forum, have a question here if anyone can help?
    I have products with different sizes and different weights, I want to have a cell formula to calculate the total weight of all products from one order.
    I used sumproduct function but don't how to handle the array includes columns and rows, any suggestions are appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: SUMPRODUCT for shipping weight, multiple array

    what do you mean by that?: =SUMPRODUCT((Orders[Retailer]=[@Retailer])*Orders[[S]:[L]]*Product[[S]:[L]])
    how should [S]:[L] be multiplied?

  3. #3
    Registered User
    Join Date
    02-25-2020
    Location
    Shanghai, China
    MS-Off Ver
    Office 365
    Posts
    2

    Re: SUMPRODUCT for shipping weight, multiple array

    Thank you for your reply.

    I just worked that out, need to index the Products array.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: SUMPRODUCT for shipping weight, multiple array

    This proposal employs three helper columns (K:M) which may be moved and/or hidden for aesthetic purposes.
    The helper columns are populated using: =SUMPRODUCT((Product[[SKU]:[SKU]]=$G3)*(Product[S]))*H3
    The weight column is populated using: =SUMPRODUCT((Orders[Retailer]=O3)*(K$3:M$11))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Shipping Rate Calculation using WEIGHT
    By MickyJade in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-14-2020, 01:11 PM
  2. SUMPRODUCT - How to add multiple ranges in array
    By ihaque in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-21-2016, 06:08 PM
  3. Multiple size array sumproduct
    By scottyboy218 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-02-2016, 10:35 AM
  4. Multiple size array sumproduct
    By scottyboy218 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-02-2016, 10:16 AM
  5. [SOLVED] Sumproduct to find Weight Average
    By anh03 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-16-2015, 10:31 PM
  6. Auto Calculate Shipping Weight/Cartons and Package Weight.
    By suhailsiddiqui09 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-27-2013, 06:48 AM
  7. Sumproduct-total weight of a shipment
    By Esrei in forum Excel General
    Replies: 2
    Last Post: 08-12-2005, 12:05 PM

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