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
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
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks