meredithsegal
New Member
- Joined
- Oct 10, 2011
- Messages
- 38
I have multiple sheets as part of a workbook. Several sheets contain master data about students. There are then sheets about each individual student that need to pull data based on the master sheets.
The student's name always appears in cell B2 of the sheet about that student.
I have a sheet called "attendance" where students names are listed in column A and their attendance is listed in column B.
For the field where I need to include attendance (H3), my formula is:
=LOOKUP(B2,Attendance!A1:A17,Attendance!B1:B17)
When I change the name in B2, the function does not update unless I go back to the H3, hit enter, etc. Even then, it is very erratic. What's going on?
The student's name always appears in cell B2 of the sheet about that student.
I have a sheet called "attendance" where students names are listed in column A and their attendance is listed in column B.
For the field where I need to include attendance (H3), my formula is:
=LOOKUP(B2,Attendance!A1:A17,Attendance!B1:B17)
When I change the name in B2, the function does not update unless I go back to the H3, hit enter, etc. Even then, it is very erratic. What's going on?