The title is confusing but here is exactly what I have and what I need to do:
Column A has a list of numbers.
Column B has the same list of numbers in a completely different order.
Column C has a list of numbers that correspond directly with Column B.
Column B needs to be sorted to match Column A and during the same sort, the contents of Column C need be moved to stay with Column B.
Any ideas?