+ Reply to Thread
Results 1 to 8 of 8

Sumif for inventory help

  1. #1
    Registered User
    Join Date
    02-26-2013
    Location
    Ogden
    MS-Off Ver
    Excel 2007
    Posts
    53

    Sumif for inventory help

    Hi there everyone. Been working on an inventory list and I am wanting to keep track of inventory monthly. I have attached the file so you can see.

    I have been working on this for a bit so bear with me. There is a tab called "Production-scrap Totals" and "May Inventory" (which when I figure this out there will be a tab for every month).

    So here is my issue... on the "May Inventory" I want data from the corresponding "Date" and "Item ID" to match data the from "Production-Scrap Totals".

    I have been trying to use the sumif command with not much success.

    Thank you much!!

    Dave
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Sumif for inventory help

    Where do you want the data taken from? What value in Scrap are you trying to match ?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Sumif for inventory help

    hi Dave. you didn't mention which column of "May Inventory" is to match with which in "Production-Scrap Totals" & which column do you want to sum up. i'm assuming the following, so just change it accordingly. in O3 of May Inventory sheet;
    =SUMIFS('Production-Scrap Totals'!$F$2:$F$46,'Production-Scrap Totals'!$B$2:$B$46,$B3,'Production-Scrap Totals'!$A$2:$A$46,O$2)
    1. sum up Carts Produced (column F of Production-Scrap Totals) if;
    2. Case ID (column B in Production-Scrap Totals) is equals to Item ID (B2 of May Inventory) and if;
    3. Date (Column A in Production-Scrap Totals) is equals to O2 of May Inventory

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    02-26-2013
    Location
    Ogden
    MS-Off Ver
    Excel 2007
    Posts
    53

    Re: Sumif for inventory help

    I am wanting to pull the data from "Production-Scrap Totals" and put it in the corresponding dates and Item ID on "May Inventory".

    Example. Here is a line from "Production Scrap Totals" I have abbreviated some. CP (Carts Produced) CTS (Carts Scraped) and so on.

    Date Case ID Bullet ID Powder ID Charge CP CTS CS BS Pwdr (lbs)

    5/22/13 C300WMPF S30C220HPBT H1000 77 1406 0 3 0 15.46600003

    So if the date and ID (Case ID, Bullet ID and Powder ID) match then the "CP" number is put on the corresponding line on "May Inventory". So 1406 bullets would be put on the S30C220HPBT line, or 1406 Cases would be put on C300WMPF line on the same date (5/22/13) it was produced. Hope this makes sense.

    Thank you for the fast replies!!


    Dave

  5. #5
    Registered User
    Join Date
    04-12-2013
    Location
    Cicero, NY
    MS-Off Ver
    Excel 2013
    Posts
    35

    Re: Sumif for inventory help

    Dave
    Try this and see if its what you're looking for.

    Dave
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    02-26-2013
    Location
    Ogden
    MS-Off Ver
    Excel 2007
    Posts
    53

    Re: Sumif for inventory help

    Got it working!!!!

  7. #7
    Registered User
    Join Date
    02-26-2013
    Location
    Ogden
    MS-Off Ver
    Excel 2007
    Posts
    53

    Re: Sumif for inventory help

    How do I make this as solved again...

  8. #8
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Sumif for inventory help

    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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