+ Reply to Thread
Results 1 to 11 of 11

INDEX/Match help (VBA eventually)

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

    INDEX/Match help (VBA eventually)

    I'm posting this in the VBA section because ultimately I will use VBA to do this but I believe if someone could just help me with a normal function I can translate it to a VBA "For" statement myself.

    A user enters a number in the message box and this value is stored in AuctionNum. I believe the number is entered into the table as type general.

    Please Login or Register  to view this content.
    I then need to use this number to look up several sets of data within a table. The AuctionNum occurs in column C, but there are several different AuctionNums within the table. So anytime the entered AuctionNum occurs, I need to pull data from the corresponding row. The main data I need is the WorkOrder Number which occurs in column A. I also need to grab the Car Year (col G), Car Make (col H), the seller( col E), and the body (col L).

    I set up a table to place the values that are pulled. So every data point in this new table will have an AuctionNum of whatever number is entered by the user.

    Auction Num WorkOrder Car Year Car Make Seller Body


    Please Login or Register  to view this content.
    Placing this data in a 2-D array would help me as well because eventually I need an array with the WO number in column 1 and the Body Type in column 2.

    Here's the formula (not code) I tried to use but it doesn't work. I think it just grabs every single WO number from column A
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    B3 contains the correct auction number (i.e. if there are 50 cars to be sold in auction 39, then 39 is pasted 50x in the column) and the data table with all of the auction data is titled 'Mannheim Car Data'

    I feel like I started to ramble because I wanted it to make sense but i'll be on my computer if there's any questions.

    Thanks for the help,

    Matt
    Last edited by Leith Ross; 11-25-2016 at 07:26 PM.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: INDEX/Match help (VBA eventually)

    Hello Matt,

    You should post a copy of your workbook.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

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

    Re: INDEX/Match help (VBA eventually)

    Ok here is my file.

    Edit:

    Hit the run button Daily Auction sheet tab, type in 39. Next I am pulling all of the data from the rows that contain auction 39 from the Mannheim Auction Data tab. Then, I am filling in the Current Auction Database with the pulled data.
    Attached Files Attached Files
    Last edited by Buzz1126; 11-25-2016 at 08:32 PM.

  4. #4
    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 (VBA eventually)

    Similar thread in the Formulas/Functions forum...

    https://www.excelforum.com/showthread.php?t=1164682
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

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

    Re: INDEX/Match help (VBA eventually)

    That's me also! Posted it in the other place to get help with excel in general. I then posted it here too to get help with the VBA part of it.

    So here is the question simplified,

    I need to grab all the WO (in col. A) that have an auction number of 39 (in col. C) and place the values in an array. Just a simple list of the WO that are going to be in auction 39.

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

    Re: INDEX/Match help (VBA eventually)

    just taking a quick look at this, where is the input box or where would you like it to be for the user to input the sale# into to start and retrieve all the data? also is all this data supposed to be shown on the current data sheet?

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

    Re: INDEX/Match help (VBA eventually)

    hahah oops I didn't read the above post that cleared up all my questions

  8. #8
    Forum Expert mike7952's Avatar
    Join Date
    12-17-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007, Excel 2016
    Posts
    3,551

    Re: INDEX/Match help (VBA eventually)

    A lot different approach but here is my example of filling in the Current Auction Data Sheet

    Please Login or Register  to view this content.
    Thanks,
    Mike

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.

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

    Re: INDEX/Match help (VBA eventually)

    I did this using an advanced filter but for some reason the site will not allow me to upload it so heres the code, you will have to change on work sheet "currentauction", swap columns G and H around

    Please Login or Register  to view this content.

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

    Re: INDEX/Match help (VBA eventually)

    Thank you both so much for the help. Sorry I'm late getting back to y'all as it was my birthday yesterday (and I'm in college haha). Running through everything now.

    Matt

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

    Re: INDEX/Match help (VBA eventually)

    If any of our posts helped you please mark as solvef

+ 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. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  5. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  6. INDEX/MATCH function eventually changed the location of the source file
    By seimeion1208 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-30-2013, 07:07 AM
  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