How to keep data in two adjacent columns together

  • Thread starter Thread starter Frank Beltre
  • Start date Start date
F

Frank Beltre

Hello,
I am working in arraging data in tree columns so that it correspond to each
other. In one colum I have the Description and it is sorted out to
correspond with the next column, the Item ID, in the last column I have same
Item ID but not arranged in the same way because the two Item ID columns are
not the same. The first item ID colum is 1701 items and the second one is
1122. How can I accomplish this?
Thank you for your help.
 
"How can I accomplish this?" Accomplish what? I'm thinking that if the list
of numbers in the two Item ID columns is the same, then you should be able to
first sort those first 2 columns with description and Item ID by the Item ID.
Then sort the one remaining column by itself. If the lists are the same,
then the sequence of Item IDs will be the same in both of those columns.

Then you can go back and select all 3 columns and sort them by description
column if you need to.
 
Back
Top