Hey all,
I have a small excel problem I need your help with.
Attached you will find the file I am talking about.
In colum A you can see a random but unique strings containing letters and numbers and in colum B I got a subset of these strings in a random order. The subset in row B has numbers allocated to it shown in colum C.
Example:
the combination 6F 2A 83 05 09 00 12 E0 corresponds to the number 1 and the combination 63 2F 83 05 09 00 12 E0 corresponds to the number 5.
Using the formula =IFERROR(VLOOKUP(A6;B$2:B$123456;1;0);"") I manged to sort my radom subset (colum B) in a way that it corresponds to colum A. So the same strings are now next to each other (Colum A and D).
Yet it is hugly important that I dont lose the corresponding numbers in colum C. Since I did not come up with the IFERROR formula myself I am not sure how to change it according to my new porblem :)
So what I now need is what you can see in colum E. So I still need the strings in colum D corresponding to my numbers in colum E.
In short, what I got is colums A B C and I need as a result the colums A D E.
Since I cant attach an Excel file (which is weird in an Excel help forum btw.) I have to attach an image of my file:

I hope you can help me :)
Greetings
MrMoody