+ Reply to Thread
Results 1 to 14 of 14

sumif

  1. #1
    Registered User
    Join Date
    06-07-2015
    Location
    canada
    MS-Off Ver
    excel 2010
    Posts
    7

    sumif

    i need to create a sheet in my workbook that only send inventory to a work book to keep track of rail cars unloaded ...i highlighted example of this in the screen shot. i have attatched
    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,926

    Re: sumif

    Hi, welcome to the forum

    Please upload a sample of your workbook, not a picture of your data. Pictures are pretty much impossible to edit, and no-one wants to re-type your data for you
    Also, not all members can upload picture files (Company firewalls and stuff) - and, depending on what browser is being used, some pics dont even show up on the forum

    Your workbook should show a small desensitized example of the data you are working with and a manual mockup of the expected results.
    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
    06-07-2015
    Location
    canada
    MS-Off Ver
    excel 2010
    Posts
    7

    Re: sumif

    this is an example sheet of the workbook. Also All I want it to do is automatically add the railcars to the rail inventory sheet at the end of the workbook. also if anyone can think of a better way to build this sheet I would be very appreciative. I have built other spreadsheets in past but this one I am not sure of how to simplify it
    Attached Files Attached Files

  4. #4
    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,926

    Re: sumif

    It would make more sense if you could have all data in 1 sheet, but it looks like you have 2 different types of entry sheets there? (the sheet's layouts dont all see to be the same)

    Could you put all data onto 1 sheet, with a heaqding/column for the silo ID?

  5. #5
    Registered User
    Join Date
    06-07-2015
    Location
    canada
    MS-Off Ver
    excel 2010
    Posts
    7

    Re: sumif

    here is an idea of how to simplify it to one sheet. but i would aslo like it to automaticaly add to the rail inventory sheet when i add railcars to the silos. and would also like to have running real time sums of each silo on the right hand side...sorry im making this so complicated.
    Attached Files Attached Files

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,531

    Re: sumif

    As to the running real time sums for each silo an example of a formula for silo A would be
    Please Login or Register  to view this content.
    An adjustment would have to be made for the silos with a letter and number designation such as silo B1, in that case the formula would be
    Please Login or Register  to view this content.
    Looking at the first work book that you uploaded, John.xlsx, it seems that you are only tracking incoming BOL's to the Rail Inventory sheet, is that assumption correct?

  7. #7
    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,926

    Re: sumif

    Put this in J4, and copy to all the other cells...
    =SUMIFS($G:$G,$C:$C,MID(J2,FIND(" ",J2,1)+1,99))-SUMIFS($H:$H,$C:$C,MID(J2,FIND(" ",J2,1)+1,99))

    As for the rail cars, do you want to see them for every date they appear on sheet 1 - so thet you will have multiple duplcates?

  8. #8
    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,926

    Re: sumif

    JeteMC, thanks for the feedback

  9. #9
    Registered User
    Join Date
    06-07-2015
    Location
    canada
    MS-Off Ver
    excel 2010
    Posts
    7

    Re: sumif

    thank you both for the feedback ....the rail cars I just want added for end of the week and month totals just puts them in same place so make things easier...as you can see from the original sheet its not put together to make it user friendly. That works perfectly guys thank you.

  10. #10
    Registered User
    Join Date
    06-07-2015
    Location
    canada
    MS-Off Ver
    excel 2010
    Posts
    7

    Re: sumif

    and no i need the bol's railcar# date product and silo would it be easier if I put a check box in a row before the date . if that makes sense????

  11. #11
    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,926

    Re: sumif

    Can you give mer a bigger sample to work from? sheet1 only has 2 rail car entries, but sheet2 has 3, none of which match sheet 1

  12. #12
    Registered User
    Join Date
    06-07-2015
    Location
    canada
    MS-Off Ver
    excel 2010
    Posts
    7

    Re: sumif

    here it is with correct numbers . what i am looking to do is make the rail inventory sheet update when I put the data on the transload sheet. but only when i put a railcar in
    Attached Files Attached Files

  13. #13
    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,926

    Re: sumif

    Thanks for that. So, could that same patter be repeated over a few months? do you want it to update each month (last month's data gets overwritten), or just 1 long, growing list?

  14. #14
    Registered User
    Join Date
    06-07-2015
    Location
    canada
    MS-Off Ver
    excel 2010
    Posts
    7

    Re: sumif

    we will be using the spreadsheet continuous. for now I will eventually try get it switched to months at a time. but for now continuous works. thank you so much

+ 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. Replies: 4
    Last Post: 12-04-2014, 02:06 PM
  2. Subtracting from the SUMIF with the difference from the SUMIF range
    By iamblue91 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-04-2014, 09:01 PM
  3. [SOLVED] Shorten SUMIF + SUMIF + SUMIF each with same reference range but different criteria???
    By HeyInKy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-13-2014, 09:25 PM
  4. SUMIF or SUMIF's formula with multiple criteria
    By jackiemariee in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-30-2013, 06:19 PM
  5. Nested SUMIF statement or multiple SUMIF's
    By Dan27 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-17-2009, 06:55 AM

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