therempels
New Member
- Joined
- Jan 14, 2012
- Messages
- 4
I need to create a chart from data on multiple pages of a worksheet.
This is for a long-term summary of standardized test results for a school. The workbook is set up with all the results for a particular year on each sheet, with at least 12 sheets for past years. Students will not necessarily be on the same line on each sheet, as there are additions & deletions to the school population over the years.
These are the input fields at the top of each worksheet (and are the same on each sheet):
[TABLE="width: 2303"]
<tbody>[TR]
[TD][TABLE="width: 1070"]
<tbody>[TR]
[TD]Student Number[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Birthdate dd-mmm-yy[/TD]
[TD] Grade [/TD]
[TD]Age at Test Term[/TD]
[TD]CAT Level Tested[/TD]
[TD]Expected CAT Level[/TD]
[TD]Actual Grade at Test[/TD]
[TD]Grade Equivalent Difference[/TD]
[TD]Overall Grade Equivalent[/TD]
[TD]Math Grade Equivalent[/TD]
[TD]Reading Grade Equivalent[/TD]
[TD]Writing Grade Equivalent[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to create a dynamic chart for each student (not for each grade) that will have "Grade Equivalent" on the y-axis, and a combination of "Year", "CAT Level" and "Grade" on the x-axis
Like this:
Student Name
5
4
3
2
1
2012 2011 2010 2009 etc...
14 13 12 11
Gr. 4 3 2 1
Where the values of "Overall Grade equivalent", "Math G.E.", "Reading G.E.", "Writing G.E." are columns for each of the points on the x-axis.
The chart could be a pop-up, or could have its own page. I will need to be able to print each chart, also.
Can I get excel to create a chart based on the unique student number as it finds the number across any of the multiple pages?
And if there is a way to do this , can I also have it automatically update the chart as new sheets are added to the workbook (ie. for 2013, etc)?
(I still learning excel, but I am a quick study! I have designed other workbooks with less-complicated summary charts. I have also had success with conditional formatting and formulas)
I have done a lot of searching, but haven't been able to find anything that fits my criteria.
Any help would be appreciated.
Thanks in advance for any help!
KR
This is for a long-term summary of standardized test results for a school. The workbook is set up with all the results for a particular year on each sheet, with at least 12 sheets for past years. Students will not necessarily be on the same line on each sheet, as there are additions & deletions to the school population over the years.
These are the input fields at the top of each worksheet (and are the same on each sheet):
[TABLE="width: 2303"]
<tbody>[TR]
[TD][TABLE="width: 1070"]
<tbody>[TR]
[TD]Student Number[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Birthdate dd-mmm-yy[/TD]
[TD] Grade [/TD]
[TD]Age at Test Term[/TD]
[TD]CAT Level Tested[/TD]
[TD]Expected CAT Level[/TD]
[TD]Actual Grade at Test[/TD]
[TD]Grade Equivalent Difference[/TD]
[TD]Overall Grade Equivalent[/TD]
[TD]Math Grade Equivalent[/TD]
[TD]Reading Grade Equivalent[/TD]
[TD]Writing Grade Equivalent[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to create a dynamic chart for each student (not for each grade) that will have "Grade Equivalent" on the y-axis, and a combination of "Year", "CAT Level" and "Grade" on the x-axis
Like this:
Student Name
5
4
3
2
1
2012 2011 2010 2009 etc...
14 13 12 11
Gr. 4 3 2 1
Where the values of "Overall Grade equivalent", "Math G.E.", "Reading G.E.", "Writing G.E." are columns for each of the points on the x-axis.
The chart could be a pop-up, or could have its own page. I will need to be able to print each chart, also.
Can I get excel to create a chart based on the unique student number as it finds the number across any of the multiple pages?
And if there is a way to do this , can I also have it automatically update the chart as new sheets are added to the workbook (ie. for 2013, etc)?
(I still learning excel, but I am a quick study! I have designed other workbooks with less-complicated summary charts. I have also had success with conditional formatting and formulas)
I have done a lot of searching, but haven't been able to find anything that fits my criteria.
Any help would be appreciated.
Thanks in advance for any help!
KR