Excel formulas based on inventory management [SOLVED]
Results 1 to 8 of 8
  1. #1
    Registered User
    Join Date
    10-30-2018
    Location
    INDIA
    MS-Off Ver
    MS OFFICE 2013
    Posts
    12

    Excel formulas based on inventory management

    Actually I am stuck in a typical situation here, and I really need your help:

    So, I am trying to create a Inventory database here as follows:

    1) STOCK IN SHEET (SHEET -1) (here I want to enter my data with the below given format):

    column--> A // B // C
    1 PRODUCT ID // ITEM // STOCK IN
    2 A12 // T-SHIRT // 10
    3 A13 // JEANS // 5
    4 A14 // SHIRT // 10
    5 A15 // TIE // 5
    6 A12 // T-SHIRT // 8
    7 A12 // T-SHIRT // 10
    8 A14 // SHIRT // 12
    9 A15 // TIE // 10



    2) ITEM DESCRIPTION (SHEET 2): (HERE I WANT THOSE DATA AUTOMATICALLY GETS UPDATED (FROM SHEET -1) WITHOUT ANY DUPLICATE ENTRY WITH UNIQUIE PRODUCT ID)

    column--> A // B // C
    1 PRODUCT ID // ITEM // ITEM DESCRIPTION
    2 A12 // T-SHIRT // HALF SLEAVE, COTTON, BLUE
    3 A13 // JEANS // DENIM, BLACK
    4 A14 // SHIRT // FULL SLEAVE, COTTON, WHITE
    5 A15 // TIE // POLYESTER, SOLID SILVER


    3)CURRENT INVENTORY (SHEET 3): (LIKE SHEET 2, IT WILL ALSO AUTOMATICALLY GETS UPDATED FROM STOCK IN (SHEET-1), BUT IT WILL ALSO KEEP THE TRACK OF TOTAL STOCK CALCULATION [i.e QUANTITY STOCK IN (SHEET 1) AND QUANTITY STOCK OUT/SOLD (SHEET -4)] SIMULTANEOUSLY:

    column--> A // B // C
    1 PRODUCT_ID // ITEM // INVENTORY
    2 A12 // T-SHIRT // 22 [ STOCK IN : 10+8+10 = 28 ; STOCK SOLD: 2+3 = 5 ; CURRENT INVENTORY =22 (28-5)]
    3 A13 // JEANS // 4
    4 A14 // SHIRT // 22
    5 A15 // TIE // 10


    4)STOCK SOLD LIST (SHEET -4):

    column--> A // B // C // D
    1 BILL_NO // PRODUCT_ID // ITEM // QUANTITY
    2 111 // A12 // T-SHIRT // 2
    3 112 // A13 // JEANS // 1
    4 113 // A12 // T-SHIRT // 3
    5 114 // A15 // TIE // 5


    Please help me with this.
    Attached Files Attached Files
    Last edited by Sondai; 10-30-2018 at 06:23 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2402 (Windows 11 22H2 64-bit)
    Posts
    77,166

    Re: Excel formulas based on inventory management

    Welcome to the forum!

    The nature of these forums is that we help you to resolve issues that you are facing and this help is given for free. We do not provide entire bespoke solutions for free, but there is the Commercial Services section where you can purchase credits and then offer payment for someone to realise the project for you.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2402 Win 11 Home 64 Bit
    Posts
    23,665

    Re: Excel formulas based on inventory management

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  4. #4
    Registered User
    Join Date
    10-30-2018
    Location
    INDIA
    MS-Off Ver
    MS OFFICE 2013
    Posts
    12

    Re: Excel formulas based on inventory management

    Thanx for your valuable concern. Actually this is only for learning purpose you can go through the attachments.

  5. #5
    Registered User
    Join Date
    10-30-2018
    Location
    INDIA
    MS-Off Ver
    MS OFFICE 2013
    Posts
    12

    Re: Excel formulas based on inventory management

    Hi Yisrael, Thanx for your valuable concern, I uploaded the .xls file as per your instruction.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2402 (Windows 11 22H2 64-bit)
    Posts
    77,166

    Re: Excel formulas based on inventory management

    Quote Originally Posted by Sondai View Post
    Thanx for your valuable concern. Actually this is only for learning purpose you can go through the attachments.
    If this is the case, I would advise you to take it one stage at a time instead of presenting us with everything you want to do in one go.

    I see that you have tried NOTHING yourself at all!!!

  7. #7
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,192

    Re: Excel formulas based on inventory management

    Correct AliGW. I think Sondai is not aware regarding excel. Hence i posted.

    Item Sold sheet data : Manually enter or extract from somewhere.

    Item Description sheet "B4" unique id
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    "C4"
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Above two formula same for inventory sheet.
    Inventory sheet "C4" :
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Refer attachment.
    Attached Files Attached Files


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  8. #8
    Registered User
    Join Date
    10-30-2018
    Location
    INDIA
    MS-Off Ver
    MS OFFICE 2013
    Posts
    12

    Re: Excel formulas based on inventory management

    Thankyou Avk for helping me out .

Similar Threads

  1. [SOLVED] Excel Inventory Management
    By db112233 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-07-2017, 01:11 PM
  2. Replies: 1
    Last Post: 07-29-2016, 06:07 PM
  3. Excel 2013 Inventory management template wanted
    By Arismac in forum Excel General
    Replies: 3
    Last Post: 06-22-2015, 12:51 AM
  4. [SOLVED] Inventory management, construct receipt based on product code
    By ppgab in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-16-2014, 08:11 PM
  5. Replies: 0
    Last Post: 07-13-2012, 02:04 PM
  6. Using Excel for Inventory Management
    By Robot Arm in forum Excel General
    Replies: 1
    Last Post: 04-28-2010, 01:16 AM
  7. Excel Inventory Management Endeavor
    By adamgrier in forum Excel General
    Replies: 2
    Last Post: 08-20-2009, 08:12 AM

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