+ Reply to Thread
Results 1 to 20 of 20

inventory spreadsheet for a newbie

  1. #1
    Registered User
    Join Date
    06-20-2013
    Location
    home
    MS-Off Ver
    Excel 2003
    Posts
    9

    inventory spreadsheet for a newbie

    Hello all! I have recently been charged with inventory control at my new job. Problem is that, well, there is no inventory management system really in place. (i guess post-it notes with numbers on a box might count) I havent messed with spread sheets in a loooooong time so I am a little hung up.

    I was wondering if there is a simple formula to help me. This is what I want to do

    col A is item description
    col B is quantity recieved
    col C is quantity shipped
    col D is total qty on hand


    as a bonus it would be nice to also be able to automaticly flag an item when its time to reorder.
    ex I have 100 units on hand and the reorder level is 10 units left. when an item reaches 10 units it places a flag in a reorder col. is this even possible?

  2. #2
    Valued Forum Contributor
    Join Date
    07-27-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    826

    Re: inventory spreadsheet for a newbie

    Hi, welcome to the forum. If you upload a workbook with some dummy data in it, we can show/explain what formulas to use to achieve your aims.

    Hope this helps.
    Brendan.


    __________________________________________________________________________________________________
    Things to consider:

    1) You can thank any poster by clicking the * at the left of a helpful post.
    2) You can help to keep the forum tidy by marking your thread as "Solved", if it has been answered to your satisfaction.
    3) Help us to help you, by uploading a sample workbook, showing the type of data you're dealing with, and clearly indicating what the results should be.

  3. #3
    Registered User
    Join Date
    05-31-2013
    Location
    Colorado, US
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: inventory spreadsheet for a newbie

    The first step would be to get the raw data into the spreadsheet. From there, look into conditional formatting to easily mark cell the color red, for instance, once it gets below a certain level.

    I'm not sure what types of formulas you would need based on this information. Maybe you can provide more detail of what you are planning on using the spreadsheet to calculate.

  4. #4
    Registered User
    Join Date
    02-14-2012
    Location
    Newcastle, England
    MS-Off Ver
    Excel 2010
    Posts
    97

    Re: inventory spreadsheet for a newbie

    Hi There,

    Have you used Access before? if not, it'll probably suit your application much better and there are loads of Access inventory database templates out there to download too.

    Just a suggestion

    Regards
    Carl

  5. #5
    Registered User
    Join Date
    06-20-2013
    Location
    home
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: inventory spreadsheet for a newbie

    here ya go. the general goal is to be able to enter the quantity in or out of widgets and have that count reflected in the on hand col. the reorder level is 100. as the sheet shows the on hand to be 75, there is a mark in the reorder col. I hope that this explains what Im trying to do. I subscribe to the KISS method
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    06-20-2013
    Location
    home
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: inventory spreadsheet for a newbie

    ive never played with access at all. I am trying to make this as simple as possible for the Cheif supply officer to access and understand as she is NOT TECH SAVY at all. she barely knows how to operate her i pad. lol. I figgure I could print out a spreadsheet for her with a mark in the reorder col. she can easily just put that on her order list.

  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,946

    Re: inventory spreadsheet for a newbie

    Hi and welcome to the forum

    You dont give us much to work with, but mauybe this will get you headed in the right direction. In D2, copied down...
    =SUMIF(A:A,A2,B:B)-SUMIF(A:A,A2,C:C)
    and in E2, copied down...
    =IF(D2<=100,"X","")
    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

  8. #8
    Registered User
    Join Date
    02-14-2012
    Location
    Newcastle, England
    MS-Off Ver
    Excel 2010
    Posts
    97

    Re: inventory spreadsheet for a newbie

    Ha ha, I see!

    Not to worry though between us all, I'm sure we'll all sort something out for you!

    Regards
    Carl

  9. #9
    Valued Forum Contributor
    Join Date
    07-27-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    826

    Re: inventory spreadsheet for a newbie

    Perhaps something like the attached might get you going in the right direction? It just shows what can be done quickly and simply with Excel. Let me know if you need the formulas explained.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    06-20-2013
    Location
    home
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: inventory spreadsheet for a newbie

    @fdibbins now were talking. the formula you provided is working out kinda like I was imagining.

    @everyone else.. I am horrible at explaining things so... The goal for this spreadsheet is to help me keep track of inventory in and out and monitor on hand counts and flag when they get low. I was thinking that when I get a shipment of widgets in i would input that number in qty in and it would add to the on hand number and then the qty in field would reset. same with the qty out. field. when the on hand amount reached a preset level(100 in this example) an X would appear in the reorder col. when the on hand level went above the preset level (100 in this example) the x would be removed from the reorder col.

    I hope this clears up the goals Im trying to achieve. im sure that access is a much better option but I havent played with that and everyone at the office uses either an Ipad or tablet of some sort and is always on the go. I am trying to make a spreadsheet that the CSO can pull up on her ipad or phone at a glance and see what items need reordered. I guess I will have to learn access sooner or later but for now this will have to do. In just a year this company started with a store and not a clue in the world and now they are opening their 4th store in a year. Better get this warehouse inventory thing under control now rather than let it totally blow up.

  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,946

    Re: inventory spreadsheet for a newbie

    My suggestion was just a starting point, I can see that it might not give you exaqctly what you want,

    I suggest you start off with that and we can build on that as you put more together for your inv control system

  12. #12
    Registered User
    Join Date
    06-20-2013
    Location
    home
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: inventory spreadsheet for a newbie

    @brendan. that will work just fine indeed. The only thing is that I i cant see the functions...It all works great but I cant seem to view the functions in the individual cells. hmmmmm.. I would love a little explanation of how this all works as well. I thirst for knowledge ha ha!

  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,946

    Re: inventory spreadsheet for a newbie

    Brendons suggestion will also only work with 1 product. I the next row is for homgrommets, they will get added in with the widgets. Using a sumif() will allow calcs per product type

  14. #14
    Registered User
    Join Date
    06-20-2013
    Location
    home
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: inventory spreadsheet for a newbie

    so would I be able to apply the formula =B+C-D to apply to the whole on hand col? or would I need to go through each row and edit the formula accordingly? (=B3+C3-D3 then =b4+c4-d4 ad nausium) or is there a way to apply that formula to that whole coloum so that each row would have its own calculation?

  15. #15
    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,946

    Re: inventory spreadsheet for a newbie

    You can copy the formula down, but please take note of post #13

  16. #16
    Registered User
    Join Date
    06-20-2013
    Location
    home
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: inventory spreadsheet for a newbie

    sumif?? ok now my brain hurts. so I could replace the formula =B3+C3-D3 with sumif b+c-d and the on hand coloum would be calculated for each product? Sorry im being dense here

  17. #17
    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,946

    Re: inventory spreadsheet for a newbie

    Yes, like my suggestion in post #7. If you use that, copied down, it will do the calcs per preoduct type

  18. #18
    Registered User
    Join Date
    06-20-2013
    Location
    home
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: inventory spreadsheet for a newbie

    Ahh I guess I should have re read the thread. LOL

  19. #19
    Registered User
    Join Date
    06-20-2013
    Location
    home
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: inventory spreadsheet for a newbie

    so if I copied your formula from #7 down I would have to change only the a3 in your formula to a3.a4.etc to calculate the new value. then I would have to copy e2 formula all the way down? I am trying to get a sheet that looks like the attached.
    Attached Files Attached Files

  20. #20
    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,946

    Re: inventory spreadsheet for a newbie

    you would not have to change anything. Just enter that where you want the totals to be, and copy down
    =SUMIF(A:A,A2,B:B)-SUMIF(A:A,A2,C:C)

    I have modified it slightly to remove the 0 in empty rows...
    =IF(A2="","",SUMIF(A:A,A2,B:B)-SUMIF(A:A,A2,C:C))

+ 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