I am trying to sort columns so that data will match up but I am lost. Below
is an example of what I am trying to do.

A B C
1
2 2 Data Follows B
3
4 4 Data Follows B
5 5 Data Follows B
9 9 Data Follows B
10
15
16 16 Data Follows B
18
44 44 Data Follows B
66


The numbers in column A are going to be in numerical or alphabetical order
and the data in B will line up wherever it is found in A. A and B will never
duplicate each other. C data will follow wherever B Goes. If you can help I
would greatly appreciate it.


Thanks
Jeremy