Hi,
I want to be able to generate a school report of children who are not performing as expected (evaluate as a 3). Attached is dummy set of data, the number of evaluations (columns) will be far greater - perhaps up to 100.
The original table has a row for each child with the scored evaluation for each topic. The topic description is in Row 2.
From this I would like to create a Word document containing only those results that are a 3. The report has the child name, the test number (B1-E1), the description of the test evaluation (B2-E2), and the grade "3" . Only evaluations with a "3" are to be included, all other results are to be filtered out.
My approach has been to use MailMerge to create the Word documents.
Some of my current challenges are:
1) Filtering the report for only values of 3. The output is to be compressed without extra newlines.
2) Adding the Evaluation Criteria (B2-E2), into the report.
3) Adding the Test umber (B1-E1), into the report.
If anyone has experience in Excel to Mailmerge with extra formatting and filtering, please let me know if this can be solved.
I would be happy to receive any guidance on any other approach that might be more efficient.
Files:-
SchoolReportDESIREDOutput-MrExcel.docx
SchoolReportMailMerge-MrExcel.docx
SchoolGrading-MrExcel.xlsx
Thanks and Best Wishes,
LiamD
I want to be able to generate a school report of children who are not performing as expected (evaluate as a 3). Attached is dummy set of data, the number of evaluations (columns) will be far greater - perhaps up to 100.
The original table has a row for each child with the scored evaluation for each topic. The topic description is in Row 2.
Test Number | 1 | 2 | 3 | 4 |
Evaluation | Reads Whole numbers up to 1,000,000 | Add two number up to 1,000,000 | Reads decimal number, and orders a list from smallest to largest | Multply whole numbers by 10, 100, 1000 |
Aaron | 3 | 1 | 2 | 2 |
Brenda | 2 | 2 | 2 | 2 |
Charlie | 3 | 1 | 3 | 3 |
Davina | 2 | 2 | 2 | 2 |
Ethan | 2 | 3 | 1 | 2 |
Felicity | 2 | 2 | 2 | 2 |
From this I would like to create a Word document containing only those results that are a 3. The report has the child name, the test number (B1-E1), the description of the test evaluation (B2-E2), and the grade "3" . Only evaluations with a "3" are to be included, all other results are to be filtered out.
Rich (BB code):
Aaron
Taken from CELL B1-E1 Taken from CELL B2-E2 Filter value with a 3 in the Table Test Score 1 Reads Whole numbers up to 1,000,000 3
Charlie
Taken from CELL B1-E1 Taken from CELL B2-E2 Filter value with a 3 in the Table Test Score 1 Reads Whole numbers up to 1,000,000 3 Test Score 3 Reads decimal number, and orders a list from smallest to largest 3 Test Score 4 Multply whole numbers by 10, 100, 1000 3
Ethan
Taken from CELL B1-E1 Taken from CELL B2-E2 Filter value with a 3 in the Table Test Score 2 Add two number up to 1,000,000 3
My approach has been to use MailMerge to create the Word documents.
Some of my current challenges are:
1) Filtering the report for only values of 3. The output is to be compressed without extra newlines.
2) Adding the Evaluation Criteria (B2-E2), into the report.
3) Adding the Test umber (B1-E1), into the report.
If anyone has experience in Excel to Mailmerge with extra formatting and filtering, please let me know if this can be solved.
I would be happy to receive any guidance on any other approach that might be more efficient.
Files:-
SchoolReportDESIREDOutput-MrExcel.docx
SchoolReportMailMerge-MrExcel.docx
SchoolGrading-MrExcel.xlsx
Thanks and Best Wishes,
LiamD