+ Reply to Thread
Results 1 to 3 of 3

Total of quantities for unique parts that repeat at random

  1. #1
    Registered User
    Join Date
    10-01-2020
    Location
    London, England
    MS-Off Ver
    365
    Posts
    78

    Total of quantities for unique parts that repeat at random

    Hi Experts,

    Apologies as I am sure this is a relatively frequently asked question, but I don't know what to search for to find the answer!

    I have an order form that amalgamates all orders into a list and the respective quantites.
    The parts and qtys are simply added to the bottom of the list.
    The parts are not in the same case format (some are All lowercase, some uppercase or some are capitalised, some contain spaces before or after the part number).

    What I ideally would like is the list to only show the total quantities for each unique part.

    Attached is a sample.

    Thanks as usual for any responses.
    Attached Files Attached Files
    Last edited by neilosj; 10-19-2020 at 08:22 AM. Reason: solved

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Total of quantities for unique parts that repeat at random

    Please try

    =IF({1,0},SORT(UNIQUE(A2:A28)),SUMIFS(B2:B28,A2:A28,SORT(UNIQUE(A2:A28))))

    or a few click with Pivot Table
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    10-01-2020
    Location
    London, England
    MS-Off Ver
    365
    Posts
    78

    Re: Total of quantities for unique parts that repeat at random

    That's great.
    Ideal, as I will directly paste values from a worksheet that is emailed to me into another I have on my computer which will contain the formulas as you have supplied.
    I need to get just the total values for each item across all orders on a daily basis.

    Thanks, much appriceated.

+ 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. [SOLVED] Macro to check total quantities
    By bremen22 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-22-2013, 09:55 AM
  2. Replies: 0
    Last Post: 04-05-2013, 03:00 PM
  3. Finding total quantities in multiple lines of data
    By robbo46 in forum Excel General
    Replies: 1
    Last Post: 01-06-2012, 12:13 PM
  4. Highlighting low quantities from Total
    By euwest30 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-18-2008, 07:28 PM
  5. [SOLVED] Macro to calculate total quantities
    By DanPtWash in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-18-2005, 12:35 PM
  6. [SOLVED] RE: Macro to calculate total quantities
    By Gary''s Student in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-18-2005, 12:30 PM
  7. [SOLVED] Finding duplicate entries with matching lengths, total the quantities, delete the extras
    By RShow in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-03-2005, 06:05 AM
  8. counting unique values and matching to quantities
    By willr@pcsmillwork.com in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-09-2005, 07:05 PM

Tags for this Thread

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