+ Reply to Thread
Results 1 to 3 of 3

Thread: Sorting out duplicate cells in summary table

  1. #1
    Registered User
    Join Date
    12-22-2011
    Location
    Berlin, Germany
    MS-Off Ver
    Excel 2010
    Posts
    40

    Sorting out duplicate cells in summary table

    I have a spreadsheet where users are entering in lot numbers (Feedstock lot #) in the left, choosing the type of lot number from a drop down menu, and listing either the amount of kilograms or drum numbers from that lot in the right. They may choose the same lot number more than once as their material source.
    Here's the problem - I'm making a summary table below the table they're filling out. This summary table will list each of the feedstock lot numbers only once and will total the quantity used from that specific lot. I've searched through most functions and misc. options and have not yet found out how to do this. Any ideas?

    The spreadsheet is attached and contains macros.

    Thanks
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Haseeb A's Avatar
    Join Date
    05-24-2011
    Location
    India | Kwt
    MS-Off Ver
    2007
    Posts
    1,453

    Re: Sorting out duplicate cells in summary table

    If Feedstock Lot # are valid numbers, try this in B33 copy down.

    =IFERROR(IF(B32="","",SMALL(B$6:B$29,1+COUNTIF(B$6:B$29,"<="&B32))),"")

    Will get only unique Lot # in Ascending order.
    HTH; Haseeb

    If your problem is solved, please say so clearly, and mark your thread as Solved:
    Forum Rules & How to Mark a thread as SOLVED

  3. #3
    Registered User
    Join Date
    12-22-2011
    Location
    Berlin, Germany
    MS-Off Ver
    Excel 2010
    Posts
    40

    Re: Sorting out duplicate cells in summary table

    Thanks! I deleted my earlier post because I misunderstood your solution. That works. Thanks a lot.
    Last edited by Subject_Name_Here; 12-27-2011 at 12:27 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0