Sorting and linking

N

namelocbob

I am trying to make a workbook to determine overtime eligibility. This
is done by low hours receiving lower number for rotation. My problem
is that it has to be listed in order of seniority.and when I try to
sort, only the hours column changes rendering useless the order I need
them in.
Example:
Seniority Name Hours Rotation

1 Bob 1485 2
2 Jim 1484 1
3 Bill 1486 3
 
A

Anon

namelocbob said:
I am trying to make a workbook to determine overtime eligibility. This
is done by low hours receiving lower number for rotation. My problem
is that it has to be listed in order of seniority.and when I try to
sort, only the hours column changes rendering useless the order I need
them in.
Example:
Seniority Name Hours Rotation

1 Bob 1485 2
2 Jim 1484 1
3 Bill 1486 3

To keep the data in each row together when you sort (which I think is your
problem?), you must either select only one cell in the data area, or select
the entire data area, before doing the sort. If you select just one column,
Excel will sort just that 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

Top