+ Reply to Thread
Results 1 to 7 of 7

INDEX/MATCH Help

  1. #1
    Forum Contributor
    Join Date
    06-11-2016
    Location
    Atlanta
    MS-Off Ver
    2016
    Posts
    104

    INDEX/MATCH Help

    I need to grab values from column A every time a number occurs. So, In column A I have different WO#'s, there are no repeats. In column C I have different Auction Numbers (Several repeats).

    Every time, say 39, appears in column C I need to grab the corresponding WO from column A.

    Thanks in advance,

    Matt

  2. #2
    Registered User
    Join Date
    09-09-2013
    Location
    Iran
    MS-Off Ver
    Excel 2010
    Posts
    56

    Re: INDEX/MATCH Help

    could you send the file?
    Islam = Peace
    Shia = Peace
    Iran = Peace

  3. #3
    Forum Contributor
    Join Date
    06-11-2016
    Location
    Atlanta
    MS-Off Ver
    2016
    Posts
    104

    Re: INDEX/MATCH Help

    Yeah the actual sheet is much more complicated though. All of this is for a college project by the way so I really do appreciate the help.

    The data is under the Mannheim Car Data tab.
    And I want to pull data from the Mannheim Car Data tab and place it in the Current Auction Database Tab.

    So you hit run, type in 39 (the auction number), and it will begin to set up the Current Auction Database. The main thing I need to do is pull the WO from col. A of the Mannheim Car Data tab and place it in col D of the current Auction Database tab.

    Matt
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    06-11-2016
    Location
    Atlanta
    MS-Off Ver
    2016
    Posts
    104

    Re: INDEX/MATCH Help

    the formula that is currently in col D of the CurrentAuctionDatabase tab does not work

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: INDEX/MATCH Help

    Try something like this...

    Data Range
    A
    B
    C
    D
    E
    1
    WO#
    Auction
    ------
    Auction
    WO#
    2
    WO1
    28
    39
    WO2
    3
    WO2
    39
    WO4
    4
    WO3
    20
    WO5
    5
    WO4
    39
    WO10
    6
    WO5
    39
    7
    WO6
    25
    8
    WO7
    17
    9
    WO8
    12
    10
    WO9
    30
    11
    WO10
    39


    This array formula** entered in E2:

    =IFERROR(INDEX(A:A,SMALL(IF(B$2:B$11=D$2,ROW(B$2:B$11)),ROWS(E$2:E2))),"")

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.

    Copy down until you get blanks.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Registered User
    Join Date
    09-09-2013
    Location
    Iran
    MS-Off Ver
    Excel 2010
    Posts
    56

    Re: INDEX/MATCH Help

    the auction number will be repetitive!Doesn't it important?
    and which column is the auction number in sheet "Manheim Car Data"?
    and also you have written the wrong address i mean wrong about absolute and relative in index function!

  7. #7
    Registered User
    Join Date
    09-09-2013
    Location
    Iran
    MS-Off Ver
    Excel 2010
    Posts
    56

    Re: INDEX/MATCH Help

    i think i got it !
    if in sheet "Manheim Car Data" you are searching for 39 and you expect to return different codes with this formula you are wrong!
    the best way is to say a unique code(ID) in both table!
    Last edited by rahi_feri; 11-25-2016 at 08:26 PM.

+ 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] INDEX+MATCH instead of VLOOKUP+MATCH, why is INDEX a better choice and how to re-write?
    By Renejorgensen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-23-2016, 10:54 AM
  2. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  3. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  4. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 AM

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