Is it possible to automate the following;
I have 2 sheets. Sheet2 is raw data with 8 columns and dynamic number of rows. Sheet1 is blank and will extract data from Sheet2.
In Sheet2;
- column A is populated with unique student ID
- column E is populated with their exam grade
- column G has the persons class
- column H has the persons year
- there is only 1 row per student
In Sheet1 and starting from row 2, I need to effectively create 3 rows for each student (One to show the students exam grade, one for class and one for year. The output of Sheet1 should look like the following.
For student 1;
- cell C2:C4 to show their student ID
- cell E2 to have the text "exam grade", cell F2 to have their corresponding exam grade from Sheet2
- cell E3 to have the text "class", cell F3 to have their corresponding class from Sheet2
- cell E4 to have the text "year", cell F4 to have their corresponding year from Sheet2
For student 2;
- cell C5:C7 to show their student ID
- cell E5 to have the text "exam grade", cell F5 to have their corresponding exam grade from Sheet2
- cell E6 to have the text "class", cell F6 to have their corresponding class from Sheet2
- cell E7 to have the text "year", cell F7 to have their corresponding year from Sheet2
And so on, until all students from Sheet2 have been captured in Sheet1.
Is this possible?
Thanks
I have 2 sheets. Sheet2 is raw data with 8 columns and dynamic number of rows. Sheet1 is blank and will extract data from Sheet2.
In Sheet2;
- column A is populated with unique student ID
- column E is populated with their exam grade
- column G has the persons class
- column H has the persons year
- there is only 1 row per student
In Sheet1 and starting from row 2, I need to effectively create 3 rows for each student (One to show the students exam grade, one for class and one for year. The output of Sheet1 should look like the following.
For student 1;
- cell C2:C4 to show their student ID
- cell E2 to have the text "exam grade", cell F2 to have their corresponding exam grade from Sheet2
- cell E3 to have the text "class", cell F3 to have their corresponding class from Sheet2
- cell E4 to have the text "year", cell F4 to have their corresponding year from Sheet2
For student 2;
- cell C5:C7 to show their student ID
- cell E5 to have the text "exam grade", cell F5 to have their corresponding exam grade from Sheet2
- cell E6 to have the text "class", cell F6 to have their corresponding class from Sheet2
- cell E7 to have the text "year", cell F7 to have their corresponding year from Sheet2
And so on, until all students from Sheet2 have been captured in Sheet1.
Is this possible?
Thanks