I have a column (say A) that has numeric values, but not sorted.
Now, I have a some more columns, (say B, C and D); and column B has all the data in column A but in a different order. The values in columns C and D correspond to the values in B.
My question is, how can I order columns B, C and D in same the order as A? I've tried VLOOKUP but it doesn't seem to help.
P.S. I've looked at Excel: Order a column based on another column which is similar but the VBA code in the accepted answer is not what I'm looking for.