+ Reply to Thread
Results 1 to 4 of 4

vlookup or index match, to manage quantity?

  1. #1
    Registered User
    Join Date
    06-09-2013
    Location
    lebanon
    MS-Off Ver
    Excel 2007
    Posts
    95

    vlookup or index match, to manage quantity?

    hello everyone, i recently created a stock managing table in excel and it works perfectly, and here is the file


    there's the item name of course, and next to it the current QTY (availability), which from time to time gets deducted, well can there be a formula elsewhere or in the same sheet, a table of a Vlookup or other, maybe with the items in it, with numbers next to them which can be considered as minimum QTY and it would work in a sense where if it hits or decreases more then the following number it would warn me in the original table next to the item QTY, and i wouldn't mind if the vlookup table is in the same sheet or if its a big table since every item has its own unique minimum quantity


    so the Vlookup table may look something like:
    if this particular item has QTY Lower then 5, the following message will pop up in the original table
    and every item would have a different QTY limit,
    Attached Files Attached Files
    Last edited by raffi123; 12-14-2013 at 04:34 PM.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,729

    Re: vlookup or index match, to manage quantity?

    you can do that , i'm just not sure which sheet or columns we are looking at

    you could compare the current qty with the set minimum

    so if
    cell with current < vlookup( unique item reference , table to refer to , column to lookup , false)

    then you could use conditional format to set the cell colour to green or red, you could even have yellow if within a %

    but i need to know where the quantity in stock and the reference qty are set in your sheet
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    06-09-2013
    Location
    lebanon
    MS-Off Ver
    Excel 2007
    Posts
    95

    Re: vlookup or index match, to manage quantity?

    oh yes i will tell u im so sorry for the late reply and i didn't specify the sheet its the receiving sheet and its the current QTY which needs to be the set on the formula, the column which has current QTY cuz that is the column which is getting deducted from !


    but i forgot to mantion there's an operating formula in the Current QTY would that be a problem? if yes its ok i guess im thankful enough for u looking at my problem
    Last edited by raffi123; 12-14-2013 at 05:15 PM.

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,729

    Re: vlookup or index match, to manage quantity?

    i created a sheet called stock level
    and then use a formula for conditional format

    =G10<=VLOOKUP(B10,Stocklevel!$A$1:$B$16,2,FALSE)

    the issue will be the item name would have to be unique and exactly the same on the stock level sheet as on the receiving

    see attached

    change the stock level sheet and you will see the cell fill changes colour if qty less then set in stocklevel
    Attached Files Attached Files

+ 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. Using INDEX, OFFSET, etc. to manage data
    By tshine1030 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2013, 09:36 PM
  2. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  3. Replies: 13
    Last Post: 12-13-2012, 11:44 AM
  4. Replies: 2
    Last Post: 03-16-2012, 12:03 PM
  5. match value in one column to adjacent value: use vlookup or index/match?
    By conorsgaffney in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-28-2010, 04:59 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