+ Reply to Thread
Results 1 to 41 of 41

Inventory Issues, counting multiple UPC codes and specifying location.

  1. #1
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Inventory Issues, counting multiple UPC codes and specifying location.

    Hi all,

    Having an issue with my inventory system.

    I have products in bins labeled A through Z, we recently went through all bins and scanned the UPC codes in each bin.

    I am trying to get a count of how many quantities of each UPC code we have, and where they are located.

    There will definitely be duplicate UPC codes. And the same UPC code could be in bin A and bin K.

    So I would like to know how many of each UPC code we have, and what bins there are in (especially if in multiple bins).

    Please see attached, thank you for any/all help!
    Attached Files Attached Files

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    The upload has a mix of numbers and text "numbers". If you are not aware of it they are not the same. It can make a difference in the formula options.

    It is best to have them all the same ... I suspect numeric will work best. Do you have a preference?
    Dave

  3. #3
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Numeric is preferred.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    In Sheet2 find the converted numeric values. This is a named range in Name Manager ... UPC_codes. It was done by referencing the text numbers in Sheet1 with this entered in A2 of Sheet2 filled down and across
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    I copied that range and pasted values back unto the range.

    In Sheet3 A1 this formula counts the total number of UPC_codes.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    In B1 this formula counts the number of unique UPC_codes.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In column A is a list of all UPC_codes ... duplicates and all. Formula is
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Column B is a helper column. It assigns a row number to the first occurrence of each UPC_code tagging them as unique. Formula is
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Column C is the unique extractions. Formula is
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    The total count of each unique.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Then in E3 filled down and across returns the row location under each Lettered Bin.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    [QUOTE=FlameRetired;4496957]In Sheet2 find the converted numeric values. This is a named range in Name Manager ... UPC_codes. It was done by referencing the text numbers in Sheet1 with this entered in A2 of Sheet2 filled down and across
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    I copied that range and pasted values back unto the range.

    In Sheet3 A1 this formula counts the total number of UPC_codes.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    In B1 this formula counts the number of unique UPC_codes.
    Formula: copy to clipboard
    Please Login or Register  to view this content.




    Flame, first off. Thank you very much for the work, that didn't look easy.

    Secondly, I do not think the table is accurate. I re-attached, I cross referenced my original UPC list with bins. I only looked at bin H, where I have scanned 17 UPC codes. I bring this up because the table would show 46 codes in those bins.

    Thinking there is a minor tweek that needs to be made.

  6. #6
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Also, is there any way to get the bin location in a cell adjacent to the UPC code?

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    My oversight on two counts.

    I was working the wrong mission. I was locating the row numbers of first code under each bin letter.

    When you said the same UPC could be in bin A and K it never occurred to me you wanted to account for multiples within each bin. I've changed that to the counts under each bin.

    My apologies.

    I'm still confused on this part.
    Secondly, I do not think the table is accurate. I re-attached, I cross referenced my original UPC list with bins. I only looked at bin H, where I have scanned 17 UPC codes. I bring this up because the table would show 46 codes in those bins.
    The original upload data is in Sheet1. I count 16 in bin H. I don't know what 46 codes you are referring to.

    In the meantime I have made the following changes.
    1. In creased the range of UPC_codes to
      Formula: copy to clipboard
      Please Login or Register  to view this content.
      Previously I had limited it to the data that was there.
    2. In Sheet3 there is a summary of each bin in row 1.
    3. In column D the new formula is
      Formula: copy to clipboard
      Please Login or Register  to view this content.
    4. In the counts range columns E:AD the new formula is
      Formula: copy to clipboard
      Please Login or Register  to view this content.
    Let me know if we're closer.

  8. #8
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Flame, the 46 was referencing the sum of column H. If check back to the first sheet you posted its at the bottom.

    This second sheet looks a lot better.

    I want to take it on step further, is there any way to get it out of table, and in Column a1 have the UPC code, Column b1 quantity counted, Column c1 the bin it is located in?

  9. #9
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Quote Originally Posted by forestavekids View Post
    Also, is there any way to get the bin location in a cell adjacent to the UPC code?
    Probably. Let me think about that one. Where did you want those? What layout? It would be helpful if you would upload a small hand typed mock-up of what you envision.

    In the meantime I await your feedback on the latest.

  10. #10
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Flame, the 46 was referencing the sum of column H. If check back to the first sheet you posted its at the bottom.

    This second sheet looks a lot better.

    I want to take it on step further, is there any way to get it out of table, and in Column a1 have the UPC code, Column b1 quantity counted, Column c1 the bin it is located in?

  11. #11
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.


  12. #12
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Flame, the 46 was referencing the sum of column H. If check back to the first sheet you posted its at the bottom.
    Ahaa!! I see it, now. What you have there is a sum of the row numbers each code was located in ... a side-effect of my previous miss-interpret.

    I want to take it on step further, is there any way to get it out of table, and in Column a1 have the UPC code, Column b1 quantity counted, Column c1 the bin it is located in?
    There are multiple bins for many of the codes. Can we do it across column c1:f1 if need be? Or were you wanting to concatenate all of them into one cell per code? If it's the latter are you open to some VBA coding? Concatenation can be a little tricky by formula.

  13. #13
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    It would have to be in a single cell as I am uploading it via CSV to my inventory system. Kinda my first stab at this "bin" system. Also kind of late I chucked all these loose articles in bins not thinking I could have a UPC code in multiple bins.

  14. #14
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Sorry. Caught your post #11 after I posted. Couldn't respond. Succurri was acting up, again. It happens.

    I believe that can be done with some VBA ... a user defined function if you're OK with that.

    I'll work on it with that in mind.

  15. #15
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Quote Originally Posted by FlameRetired View Post
    Sorry. Caught your post #11 after I posted. Couldn't respond. Succurri was acting up, again. It happens.

    I believe that can be done with some VBA ... a user defined function if you're OK with that.

    I'll work on it with that in mind.
    Pretty much a learning experience up to this point anyway lol.

  16. #16
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    This is a macro enabled file. It contains code for a user defined function called CONCATALL. For future reference you can find the code on the forum here. You simply copy the code, open the VBA editor (Alt + F11), click on your file in the Project Explorer, open a standard code module and paste the code into that.

    http://www.excelforum.com/tips-and-t...ml#post3096647

    Sheet4 is a cut down version of Sheet3. It saved some work.

    The unique codes are in column A. It's the same formula but with references to Sheet3. Ditto column B.

    In column C this array entered formula. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  17. #17
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Man looks great. I am really going to back track your work, and lock some of these formulas in so I can use this in the future.

    I have 1 more thing to ask... If I want to change the bin names, it throws off an error. I wanted to change them to A1, A2 ect... I changed the bin name in each sheet, but no luck.

  18. #18
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    You will need to change those bin names in all affected sheets.
    • IPO I would change them all in Sheet2 first (the converted to numeric sheet).
    • Copy that range of names.
    • Paste that into each of the other sheets replacing what is currently there.
    • Everything should still work and the new bins refs will show up in the locations column.
    Please let me know how it goes.

  19. #19
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Quote Originally Posted by FlameRetired View Post
    You will need to change those bin names in all affected sheets.
    • IPO I would change them all in Sheet2 first (the converted to numeric sheet).
    • Copy that range of names.
    • Paste that into each of the other sheets replacing what is currently there.
    • Everything should still work and the new bins refs will show up in the locations column.
    Please let me know how it goes.
    I did as said, changed bin names in sheet 2, and copied the entire bin row into all the other sheets.

    They all update except for sheet 4, which throws off the #name error in the bin column.

  20. #20
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    I forgot to mention something else.

    Excel considers this a macro file (*.xlsm). These must be stored in a location designated as "Trusted Locations".


    • You will likely want to create a new sub-folder under Documents or wherever you keep spreadsheet files.
    • Save the *.xlsm file to that location.
    • Close the file.
    • Go to File > Options > Trust Center > click Trust Center Settings... > Trusted Locations > Add new location... and select the new sub-folder location > check any other options you like.
    • Click OK all the way back out.
    • Open the file from the new sub-folder.

    Sorry for the oversight.

  21. #21
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Couldn't thank you enough!! Thank you!

  22. #22
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    You are welcome. Thank you for the feedback and the rep.

  23. #23
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Quote Originally Posted by FlameRetired View Post
    You are welcome. Thank you for the feedback and the rep.
    Flame, having some issues with this again.

    I deleted all the UPC codes, and re-scanned a whole bunch more. I also changed the bin names, I copied both from sheet 2, to sheet 1.

    I can't seem to get the UPC codes & count to work on sheet 3 and 4. I also can't get the bin names to change.

    Any chance you can take a look?
    Attached Files Attached Files

  24. #24
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    The named range UPC_codes only went out to column Z in the initial solution (Post #16). You will need to extend that to the new range.

    To see what I mean select Sheet4 cell D3. In the formula bar double click UPC_codes.
    1. That will select it.
    2. Copy that name (Ctrl +C).
    3. Escape.
    4. Hit the F5 function key.
    5. Paste (Ctrl + V).
    6. Hit enter.
    7. That will select the current range UPC_codes.

    When you redefine the named range make sure to also include enough rows in the new definition. You will find that definition in Name Manager where you can edit it.


    You will also need to update the range of the header names in this part of the D3 formula (filled down and across). It too currently ends in column Z.

    MATCH(D$2,Sheet2!$A$1:$Z$1,0)
    Last edited by FlameRetired; 10-20-2016 at 11:27 PM.

  25. #25
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Quote Originally Posted by FlameRetired View Post
    The named range UPC_codes only went out to column Z in the initial solution (Post #16). You will need to extend that to the new range.

    To see what I mean select Sheet4 cell D3. In the formula bar double click UPC_codes.
    1. That will select it.
    2. Copy that name (Ctrl +C).
    3. Escape.
    4. Hit the F5 function key.
    5. Paste (Ctrl + V).
    6. Hit enter.
    7. That will select the current range UPC_codes.

    When you redefine the named range make sure to also include enough rows in the new definition. You will find that definition in Name Manager where you can edit it.


    You will also need to update the range of the header names in this part of the D3 formula (filled down and across). It too currently ends in column Z.

    MATCH(D$2,Sheet2!$A$1:$Z$1,0)
    Alright, extended the range.

    Though there are no new UPC in column A on sheet 4.

    I feel like there are a whole bunch of UPC not in the sheet 4, column A list.

    I should have somewhere close to 1000 individual codes scanned.
    Attached Files Attached Files

  26. #26
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    I've reworked the entire workbook. Yes. There are 937 individual codes ... 232 uniques.

    The changes are too extensive to describe in detail here. I am going to do something I try never to do and that is to upload the reworked file with little to no comment or formula post. It's a rework anyway.

    This file is an extended version of the file in Post #16. The named range is changed. The ranges in the formulas are changed to reflect that. The formulas are filled down and across in both Sheets 3 and 4 to accommodate the increase in data.

    I would encourage you to dissect these formulas and understand them. It sounds like there is going to be some inconvenient editing in the future. Normally I would overcome this by exaggerating the ranges for future data growth and extending the formulas well beyond what is needed. I was reluctant to do that. This file is already getting rather large.

    That might be less impractical at your end.

  27. #27
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Flame,

    Any chance you can take a look at this again? I had to change bins name, and scanned all new UPC's.

    Everything seems to add up except the bin names on sheet 4.

    Please let me know, thank you.
    Attached Files Attached Files

  28. #28
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    I'm No expert by any means, and I just briefly browsed through this on my iPhone before bed. But this really seems like something that should be entirely written in VBA due to the fact that the bin names and the size of you data is constantly changing. I could attempt it but it may take a while

  29. #29
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Hi Sparky I would definitely appreciate it. I'd like to use this as a template moving forward.

    Lets see if Flame comes up with something as well.

  30. #30
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    forestavekids,

    I concur with SPARKY347. I believe a VBA solution would be far more practical and efficient than what I have started.

    There are too many dynamic changes for me to keep up with, and I believe writing practical formula solutions here would be out of my reach. Even then I would have to do a complete rework of my previous approaches. They would not likely fare any better.

    Thank you for posting this one. It's an interesting and challenging problem.

    Regards,
    Dave

  31. #31
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    I'll be a while before I can stab at this but at least VBA will be able to adapt to the changes in bin numbers and ranges. Can I suggest posting the VBA section of the forum with a link to this thread. And maybe re type exactly how you want our calculations to work? The VBA. Pros can work much faster then me

  32. #32
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Yep go for it!!

  33. #33
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    No no no you go there and ask for help

  34. #34
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    So I figured a bit of a work around..

    I didn't rename the bins, only deleted and added new UPC's.

    I lined up my "new" on another sheet, for instance dunellen 1 was replaced by bin "w2". I manually did a find/replace of "dunellen 1" with "w2".

    Is there script you guys can write so that I could put Dunellen bins in column A, and new bins and column B and it would auto find/replace all of this? See attached....
    Attached Files Attached Files

  35. #35
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    quick question, on your newest workbook you have the bins labled in A1 - Dunellen 1 and A2- W2 will you be using both bin names or just the one name?

  36. #36
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Quote Originally Posted by SPARKY347 View Post
    quick question, on your newest workbook you have the bins labled in A1 - Dunellen 1 and A2- W2 will you be using both bin names or just the one name?
    Just one name. So row 1. Though the bin names will always change, as will the UPC codes... Thats why I work off the sheet with "dunellen" on it, and placed the "new" bins name underneath and find/replaced them all. A bit complicated.

  37. #37
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    So dunellen will always be there? I just need to know what row to pull the bin names from so row 1? If you have the second names in row do. Does and will the data always start in row 3? You have to nail down a format for me

    That being said I started today and had It so it would dynamically pick up and subtract any items you have. And started working on the bin matrix when excel crashed. So I'll start again tomorrow

  38. #38
    Forum Contributor
    Join Date
    10-10-2015
    Location
    nj
    MS-Off Ver
    Office 2021
    Posts
    203

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    Hey Sparky take a look now, let me know if you have questions.

    Thanks again.
    Attached Files Attached Files

  39. #39
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    just looked at your data you need to manually fill in some of the data onto sheet 3 and sheet 4 as they all just say NA and REF, I'm not back tracking the formulas to find out what the data is your trying to display, can you also rename the sheets to the names you would like them to be?( please do not change the sheet names once I code this)

  40. #40
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    also whats the difference between sheet 3 and sheet 4, also sheet 3 column B what are you looking with "1st of uniques"

  41. #41
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Inventory Issues, counting multiple UPC codes and specifying location.

    so i was having trouble attaching files, spent a bit this evening coding a bit. so far everytime you make a change or an input on the "bin UPC' sheet it triggers the code to start running, the code is a bit glitchy and does take a bit of time due to the amount of times you need to apply the advanced filter and remove, i think in the future i will just add an "update" button so you don't have to wait for the code evertime you make a change. currently i have it to summerize all your upc's
    then get all the individual codes, then go through all individual code for a total count of each code. ill work on the rest in abit

+ 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. Location Wise Inventory
    By student0011 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 06-02-2015, 06:13 AM
  2. Issues Transferring Inventory Data
    By Ricknik15 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-04-2015, 10:33 PM
  3. [SOLVED] Getting issues in combining two codes with many multiple actions
    By KK1234 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-16-2013, 11:07 AM
  4. Arrange inventory to codes
    By David6 in forum Excel General
    Replies: 5
    Last Post: 04-11-2013, 03:20 AM
  5. Formatting Issues with Inventory Spreadsheet
    By IsleTurbo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-25-2011, 01:32 PM
  6. Bin Location Counting for Inventory
    By midwest-michael in forum Excel General
    Replies: 3
    Last Post: 10-23-2008, 03:58 PM
  7. [SOLVED] How list inventory item codes so that they will be sorted correctl
    By I need to sort the items by their item in forum Excel General
    Replies: 0
    Last Post: 08-24-2005, 02:05 PM

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