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.
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).![]()
Please Login or Register to view this content.
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
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.![]()
Please Login or Register to view this content.
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:
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
Bookmarks