+ Reply to Thread
Results 1 to 4 of 4

Adding how many of each item is in a table. (Please HELP!)

  1. #1
    Registered User
    Join Date
    07-21-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    3

    Adding how many of each item is in a table. (Please HELP!)

    Hi All,

    I'm putting a Uniform Inventory sheet in place and I need your help. As you can see, i'm looking for a total count of how many of each sizes I have. As an example, I need the cell E2 to show 12. Q.JPG
    Attached Images Attached Images

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Adding how many of each item is in a table. (Please HELP!)

    Hi and welcome to the forum

    Just for future reference, please do not upload a picture of your file...rather, upload a sample of your workbook, showing what data you are working with, a few samples of your expected outcome is (manually entered is ok) and how you arrived at that. (exclude sensitive info). Pictures are pretty much impossible to edit, and no-one wants to re-type your data for you

    having said that, in D3, copied down, use this...
    =IFERROR(INDEX($B$3:$B$9,MATCH(0,INDEX(COUNTIF($D2:D$2,$B$3:$B$9),0,0),0)),"")
    and then in E3, copied down, use this...
    =SUMIF($B$3:$B$9,D3,$A$3:$A$9)

    adjust ranges as needed
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    07-21-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Adding how many of each item is in a table. (Please HELP!)

    Thank you. This was my first time posting.

    I've done what you said, but the count is incorrect. Attached is the file.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-21-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Adding how many of each item is in a table. (Please HELP!)

    Nevermind. That worked. Thank you so much. You saved my weekend!

    J

+ 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. Adding a calculated item to a pivot table - problem encountered
    By Jimmy Newman in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 08-23-2012, 08:35 AM
  2. Adding a Value to a Drop Down Item
    By heywoood in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-01-2010, 09:28 AM
  3. adding item to list box?
    By CrazyFileMaker in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-30-2009, 12:56 AM
  4. Adding Item
    By leighmills33 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-28-2008, 07:44 AM
  5. [SOLVED] Adding Qty based on Item
    By Nagar in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-15-2005, 11:07 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