+ Reply to Thread
Results 1 to 3 of 3

SUMPRODUCT of total qty sold for each SKU

  1. #1
    Registered User
    Join Date
    07-05-2011
    Location
    Fort Wayne
    MS-Off Ver
    Excel 2004
    Posts
    25

    SUMPRODUCT of total qty sold for each SKU

    I have a sheet of sales of each item and what qty it sold at a given order over the past month.

    I narrowed the sheet down to only 2 columns:
    In Column A I have SKU
    in Column B I have how many sold

    In Column C I would like a total sold for that SKU over the entire 30 days.

    I have it sorted by SKU, so there are multiple rows for each SKU as it sold multiple times last month, sometimes at a different qty. Example:
    11012 1
    11012 4
    11012 2
    11015 1
    11015 1
    11019 10
    11019 5
    11019 8
    11019 2
    11019 4

    Can someone help me with the (SUMPRODUCT I guess) formla for column C, that I can drag down and just get total sold for each SKU in column C

    P.S. I had a formula that worked perfect, when I also had item titles in Column B and Qty sold in Column C. Then in Column D I put: =IF(B1<>B2,SUMPRODUCT(--($A$2:$A$10000=A2),($C$2:$C$10000)),"")
    But I don't want to use the title anymore and I am sorry to say but I don't know how to change the formula...

    thans

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: SUMPRODUCT of total qty sold for each SKU

    Use the simpler SUMIF formula since you have done away with the item titles

    =SUMIF(A:A,A2,B:B)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Valued Forum Contributor
    Join Date
    03-16-2012
    Location
    Aarhus, Denmark
    MS-Off Ver
    Excel 2007
    Posts
    992

    Re: SUMPRODUCT of total qty sold for each SKU

    Or:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Sincerely
    S?ren Larsen

    "Give a man a fish, and you'll feed him for a day. Give a man a fishing rod, and he'll steal your yacht!"

+ 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