Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Trouble sorting linked worksheet - need help

How can I sort a worksheet and have data on a linked worksheet update?
Here's my situation:

I have 1 worksheet (Attendance) that keeps track of attendance. Rows
11 - 37 (27 students) with columns J - DQ for recording daily
attendance.

I'm designing a 2nd worksheet (Progress) in the same workbook to keep
track of progress.

Currently, the student names on Progress are linked to those on
Attendance. This works fine. However, when I sort Attendance, only
the student names on Progress move causing information on this second
sheet to no longer correspond to the correct student.

Is there a way to sort Attendance and have the data I enter on Progress
stay with the names they're supposed to?

Thanks for your help.

  #2   Report Post  
Posted to microsoft.public.excel.misc
vezerid
 
Posts: n/a
Default Trouble sorting linked worksheet - need help

From what I can tell, the data in Progress are not related to
Attendance, i.e., save for the student id, the rest is information
calculated otherwise. Now, you would like the Progress table be sorted
so that it matches the attendance.

I suggest that you manage Progress separately, i.e. do not link the
student id to Attendance. Then you can have a third worksheet,
something like ProgressByAttendance, which reproduces the information
in Progress, in which you do the following:

Student ID is linked to Attendance as you have it now. It will be
sorted when Attendance is sorted.
All other information in ProgressByAttendance is taken using VLOOKUP()
from the Progress table:
=VLOOKUP($A2, Progress!$A:$K,Column(), 0)

If in the ProgressByAttendance sheet your headers start from A1 and
data from A2, then the above formula can be copied down and to the
right as far as necessary.

HTH
Kostis Vezerides

  #3   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Trouble sorting linked worksheet - need help

Thanks for your input. I was hoping for a process that minimized data
entry since this will be used by over 100 instructors who, while great
teachers, aren't terribly fond of paperwork. As such, they tend to be
prone to errors that we spend a lot of time finding and resolving.

Nonetheless, your advice is very helpful. Thanks!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
One worksheet to calulate different items simultaneously John Excel Worksheet Functions 4 November 28th 05 07:07 PM
Search/Match between 2 x separate Worksheets and populate result in third worksheet Alan Bartley Excel Discussion (Misc queries) 1 April 11th 05 05:21 AM
Question about sorting in protected worksheet SJC Excel Worksheet Functions 6 March 24th 05 10:35 PM
I have had trouble with textbox text to worksheet Thomas Excel Discussion (Misc queries) 1 March 10th 05 03:23 AM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM


All times are GMT +1. The time now is 02:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"