If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
I currently have a file at work that lists every single part that my company has sold since April. Some of these parts are simply manufactured and then sold while some of them have sub assemblies which are then all put together and then sold.
I have another file which lists each part and its sub assemblies in another long list. If I use VLOOKUP I can find the first sub assembly for each part and place it in the initial list. But I do not know a way to then find a second sub assembly on the list, since VLOOKUP always returns the first match it finds.
Anyway to ignore the first one to get the second one and to then ignore the first and second one to get the third one? Some of them have 12 sub assemblies!
The 5 represents the number column in the range where the result will be returned. Can be used if you just have the items listen by using an Hlookup instead.
Either pivot your data and use vlookup with the appropriate number of columns, or use offset and match, adjusting your offset location in realtion to where the item was previously found.