sorting linked columns?

  • Thread starter Thread starter Mr. Newt
  • Start date Start date
M

Mr. Newt

I have columns of data that I would like to sort. The only problem is if I
sort one column, the associated rows in the adjoining columns do not sort
with it. Is there a way to link rows of data so that when a column is
sorted the rows are sorted with the column?

Thanks.

Robert
 
Hi

Mark the whole range of your data before performing the sort choosing
your column as the first sort column.
that way, all the other columns adjust with the chosen column.
 
Thank you. That worked just fine. =)

Robert
Roger Govier said:
Hi

Mark the whole range of your data before performing the sort choosing your
column as the first sort column.
that way, all the other columns adjust with the chosen column.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top