+ Reply to Thread
Results 1 to 7 of 7

Vlookup or index matching needed please help

  1. #1
    Registered User
    Join Date
    04-02-2012
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    43

    Vlookup or index matching needed please help

    Hello,

    I am trying to set an inventory spreadsheet. So far I have been able to do everything I want (with the help of some people on here). But now I am struggling getting a vlookup to work. After doing some research I'm not sure if vlookup is the best option.

    I have a column with a function that tells me when I need to order inventory. It's based on different criteria. Anyway - when I need to order it will pop up "Time to Order". I need to create a list of just the things that have that? I have another worksheet that I am creating that will allow me to enter all inventory purchase information that I can submit for approval before purchasing.

    I was thinking that I would create a vlookup to search through column A and display the items from column B in any row that has "Time to Order". The problem is it is only bringing one row (row 45) and showing "Wheel". I need it to list rows 15, 26, 30 and 35. Any suggestions? The screenshot is a dummy sheet. Once I get a base formula for that sheet I can manipulate it for my actual worksheet.

    2015-07-28 11_40_09-Microsoft Excel - Inventory Master.png

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,260

    Re: Vlookup or index matching needed please help

    Please post a sample file showing sample expected results: we can't work with images!

  3. #3
    Forum Contributor
    Join Date
    07-13-2015
    Location
    Quebec, Canada
    MS-Off Ver
    2013
    Posts
    232

    Re: Vlookup or index matching needed please help

    I made myself a spreadsheet to remember my formula for "multiple vlookup"

    You can take a look at it, in yellow cells is where should the answer appear. To enter the formula, enter it in the first cell where you want the answer to appear, then press CTRL-SHIFT-ENTER. Copy it and paste it down to as many cells as you want.

    Hope it helps, at least until someone brings a better answer maybe.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    04-02-2012
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    43

    Re: Vlookup or index matching needed please help

    Dummy Inventory.xlsx

    here is a Dummy sheet

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,260

    Re: Vlookup or index matching needed please help

    I have named a sheet "Orders" in which you will the following formula to list the "Time to Order" parts.

    =IFERROR(INDEX(Inventory!$B$3:$B$45,SMALL(IF(Inventory!$A$3:$A$45="Time to Order",ROW($A$3:$A$45)-ROW($A$3)+1,""),ROWS($A$3:A3))),"")

    The formula must be entered with Ctrl+Shift+Enter (an array formula). If entered correctly you will see curly brackets appear { } round the formula.

    When entered in the first cell, drag it down as far as required.
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    07-13-2015
    Location
    Quebec, Canada
    MS-Off Ver
    2013
    Posts
    232

    Re: Vlookup or index matching needed please help

    You can try this
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    04-02-2012
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    43

    Re: Vlookup or index matching needed please help

    Thank you both. I am going to check these out in the morning and see if I can understand what you did and how to tweek it to match my actually sheet! If I have questions I'll post them tomorrow. And if not then I'll mark solved and do the reputation thing!

+ 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. [SOLVED] Vlookup or Index Match Formula Needed
    By artiststevens in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-07-2015, 01:09 AM
  2. Use INDEX for matching, and VLOOKUP a MIN between these results
    By gaker10 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-25-2014, 09:05 AM
  3. Vlookup or Index/Match only matching the first 8 characters.
    By CCPopsicle in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-18-2014, 10:20 AM
  4. [SOLVED] Index, Match, Vlookup, Hlookup help needed
    By Gemma_10 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-20-2013, 01:05 PM
  5. [SOLVED] Vlookup to Index matching in VBA
    By shiva_reshs in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-10-2013, 02:09 PM
  6. Excel 2007 : Index,Vlookup function needed help
    By kalles in forum Excel General
    Replies: 1
    Last Post: 06-08-2012, 08:27 AM
  7. Replies: 2
    Last Post: 10-18-2011, 03:18 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