Complex Sorting Problem

G

Guest

I have student information on two sheets, attendance and testing information.
Students' names and numbers are only entered on the testing info. sheet, but
are referenced on the other sheet. Students' status is entered on the
attendance sheet and reference on the other. Just in case it would make it
any easier to sort, I've made the row numbers on both sheets the same for
each student.

Is there a way to group the two sheets and sort the rows simultaneously, so
the cell references don't get out of order? I would appreciate any advice on
this complicated sorting problem.

Here are the basic sheet setups
*Refers to sheet 1
**Refers to sheet 2

SHEET1
A B,C D...P Q
R S....IV
Number** Name** Attendence Sums Progress** Status Hours/Date

SHEET2
A B C,D E F........
Status* Number Name Progress TestingScores


Thank you for your help!
 
G

GaryDK

Hi Stacy,

It sounds like you have straight cell references like "=Sheet1!A1".
Have you had a look at the VLOOKUP function in Help? That would be the
place to start, as it also sounds like it can handle what you need to
do, so that your references don't get messed up.

I hope this is helpful,

Gary
 
G

Guest

Just to complicate things more, I forgot to mention the rows are first sorted
by status then by names.
 

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