First I apologize if this is a double post, I did search first but didn't see an answer.
I am making up a simple inventory tracker for my warehouse and I have the ability to type in a product number in lets say B2 and it will check my Warehouse page and output 9 columns of information on A5-I5. I want to do this same thing but for when I search for a customer, in this case i might have 5 or more rows of this info, and this is proving to be difficult for me. I think VLOOKUP is out because I'm not searching for the leftmost column and to my understanding you have to for VLOOKUP. I just found out about INDEX MATCH today which seems promising but not sure how to get that to work for this application. VBA was suggested to me but at the moment is a bit beyond my knowledge and was wondering if you guys had any suggestions on new formulas I might be able to try or if i do need VBA, any direction you can give when going that route would be great.
Info about my excel sheet:
Page data is currently stored: "Warehouse"
Cells where Data is: B3:J25 (This will be growing downwards but columns should remain the same)
Customer names are in column C which is 2nd column of table
Page data will be requested: "Part Lookup"
Request & Return cells: Enter Customer name in B2, output results A5:I5 and below
I think thats everything relevant if you need more info let me know!
If anyone could help it would be greatly appreciated! Thanks in advance to you all!
Allan
Bookmarks