Hello,
I am completely new to this forum and was hoping someone can help me figure out a convenient way to do help in tabulating data from a large scale interviewing process. Essentially, there are specific 4 questions (Q1, Q2, Q3, and Q4) that can asked by different individuals. I would like to first count how many questions (and which specific question) was asked by each interviewer. Additionally, I would like to know the average score that is given by each interviewer for each numbered question asked, as well as an overall average for each interviewer for all the questions they asked. Here is a sample of the data I have.
[TABLE="width: 213"]
<tbody>[TR]
[TD="class: xl65, width: 87"]Q#[/TD]
[TD="class: xl66, width: 111"]Interviewer[/TD]
[TD="class: xl67, width: 87"]Score[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]YJ[/TD]
[TD="class: xl70"]2[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]MB[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]HB[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]YJ[/TD]
[TD="class: xl70"]2[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]LT[/TD]
[TD="class: xl70"]4[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]PK[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]MJ[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]QK[/TD]
[TD="class: xl70"]4[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]QK[/TD]
[TD="class: xl70"]4[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]MD[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]GS[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]FR[/TD]
[TD="class: xl70"]5[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]LT[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]LL[/TD]
[TD="class: xl70"]5[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]MB[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]PK[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]YJ[/TD]
[TD="class: xl70"]4[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]MB[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]QK[/TD]
[TD="class: xl70"]2[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]GS[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]LL[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]FR[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]HR[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]HB[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]MD[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]MB[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]MJ[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl72"]Q4[/TD]
[TD="class: xl73"]FR[/TD]
[TD="class: xl74"]2[/TD]
[/TR]
</tbody>[/TABLE]
<style>table { }tr { }col { }br { }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: windowtext; font-size: 10pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Arial; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { font-family: Arial, sans-serif; text-align: center; border-color: windowtext currentcolor currentcolor windowtext; border-style: solid none none solid; border-width: 1pt medium medium 1pt; }.xl66 { font-family: Arial, sans-serif; text-align: center; border-color: windowtext currentcolor currentcolor; border-style: solid none none; border-width: 1pt medium medium; }.xl67 { font-family: Arial, sans-serif; text-align: center; border-color: windowtext windowtext currentcolor currentcolor; border-style: solid solid none none; border-width: 1pt 1pt medium medium; }.xl68 { text-align: center; border-color: currentcolor currentcolor currentcolor windowtext; border-style: none none none solid; border-width: medium medium medium 1pt; }.xl69 { font-family: Arial, sans-serif; text-align: center; }.xl70 { text-align: center; border-color: currentcolor windowtext currentcolor currentcolor; border-style: none solid none none; border-width: medium 1pt medium medium; }.xl71 { font-family: Arial, sans-serif; text-align: center; border-color: currentcolor currentcolor currentcolor windowtext; border-style: none none none solid; border-width: medium medium medium 1pt; }.xl72 { text-align: center; border-color: currentcolor currentcolor windowtext windowtext; border-style: none none solid solid; border-width: medium medium 1pt 1pt; }.xl73 { font-family: Arial, sans-serif; text-align: center; border-color: currentcolor currentcolor windowtext; border-style: none none solid; border-width: medium medium 1pt; }.xl74 { text-align: center; border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; }</style>
From the above data I would like to populate the following table:
[TABLE="width: 715"]
<tbody>[TR]
[TD="class: xl66, width: 87"][/TD]
[TD="class: xl67, width: 87"]Frequency[/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl67, width: 174, colspan: 2"]Average Score[/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl69, width: 87"][/TD]
[/TR]
[TR]
[TD="class: xl70"][/TD]
[TD="class: xl71"]Q1[/TD]
[TD="class: xl71"]Q2[/TD]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl71"]Q4[/TD]
[TD="class: xl71"]Total[/TD]
[TD="class: xl71"]Q1 Avg[/TD]
[TD="class: xl71"]Q2 Avg[/TD]
[TD="class: xl71"]Q3 Avg[/TD]
[TD="class: xl71"]Q4 Avg[/TD]
[TD="class: xl72"]Overall Avg[/TD]
[/TR]
[TR]
[TD="class: xl65"]FR[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]GS[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]HB[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]HR[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]LL[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]LT[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]MB[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]MD[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]MJ[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]PK[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]QK[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl74"]YJ[/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl76"][/TD]
[/TR]
</tbody>[/TABLE]
<style>table { }tr { }col { }br { }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: windowtext; font-size: 10pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Arial; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { font-family: Arial, sans-serif; text-align: center; border-color: currentcolor currentcolor currentcolor windowtext; border-style: none none none solid; border-width: medium medium medium 1pt; }.xl66 { border-color: windowtext currentcolor currentcolor windowtext; border-style: solid none none solid; border-width: 1pt medium medium 1pt; }.xl67 { font-family: Arial, sans-serif; border-color: windowtext currentcolor currentcolor; border-style: solid none none; border-width: 1pt medium medium; }.xl68 { border-color: windowtext currentcolor currentcolor; border-style: solid none none; border-width: 1pt medium medium; }.xl69 { border-color: windowtext windowtext currentcolor currentcolor; border-style: solid solid none none; border-width: 1pt 1pt medium medium; }.xl70 { border-color: currentcolor currentcolor currentcolor windowtext; border-style: none none none solid; border-width: medium medium medium 1pt; }.xl71 { font-family: Arial, sans-serif; }.xl72 { font-family: Arial, sans-serif; border-color: currentcolor windowtext currentcolor currentcolor; border-style: none solid none none; border-width: medium 1pt medium medium; }.xl73 { border-color: currentcolor windowtext currentcolor currentcolor; border-style: none solid none none; border-width: medium 1pt medium medium; }.xl74 { font-family: Arial, sans-serif; text-align: center; border-color: currentcolor currentcolor windowtext windowtext; border-style: none none solid solid; border-width: medium medium 1pt 1pt; }.xl75 { border-color: currentcolor currentcolor windowtext; border-style: none none solid; border-width: medium medium 1pt; }.xl76 { border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; }</style>
I am completely new to this forum and was hoping someone can help me figure out a convenient way to do help in tabulating data from a large scale interviewing process. Essentially, there are specific 4 questions (Q1, Q2, Q3, and Q4) that can asked by different individuals. I would like to first count how many questions (and which specific question) was asked by each interviewer. Additionally, I would like to know the average score that is given by each interviewer for each numbered question asked, as well as an overall average for each interviewer for all the questions they asked. Here is a sample of the data I have.
[TABLE="width: 213"]
<tbody>[TR]
[TD="class: xl65, width: 87"]Q#[/TD]
[TD="class: xl66, width: 111"]Interviewer[/TD]
[TD="class: xl67, width: 87"]Score[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]YJ[/TD]
[TD="class: xl70"]2[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]MB[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]HB[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]YJ[/TD]
[TD="class: xl70"]2[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]LT[/TD]
[TD="class: xl70"]4[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]PK[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]MJ[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]QK[/TD]
[TD="class: xl70"]4[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]QK[/TD]
[TD="class: xl70"]4[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]MD[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]GS[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]FR[/TD]
[TD="class: xl70"]5[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]LT[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]LL[/TD]
[TD="class: xl70"]5[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]MB[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]PK[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]YJ[/TD]
[TD="class: xl70"]4[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]MB[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]QK[/TD]
[TD="class: xl70"]2[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]GS[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]LL[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]FR[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]HR[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q4[/TD]
[TD="class: xl69"]HB[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q1[/TD]
[TD="class: xl69"]MD[/TD]
[TD="class: xl70"]3[/TD]
[/TR]
[TR]
[TD="class: xl68"]Q2[/TD]
[TD="class: xl69"]MB[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl69"]MJ[/TD]
[TD="class: xl70"]1[/TD]
[/TR]
[TR]
[TD="class: xl72"]Q4[/TD]
[TD="class: xl73"]FR[/TD]
[TD="class: xl74"]2[/TD]
[/TR]
</tbody>[/TABLE]
<style>table { }tr { }col { }br { }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: windowtext; font-size: 10pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Arial; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { font-family: Arial, sans-serif; text-align: center; border-color: windowtext currentcolor currentcolor windowtext; border-style: solid none none solid; border-width: 1pt medium medium 1pt; }.xl66 { font-family: Arial, sans-serif; text-align: center; border-color: windowtext currentcolor currentcolor; border-style: solid none none; border-width: 1pt medium medium; }.xl67 { font-family: Arial, sans-serif; text-align: center; border-color: windowtext windowtext currentcolor currentcolor; border-style: solid solid none none; border-width: 1pt 1pt medium medium; }.xl68 { text-align: center; border-color: currentcolor currentcolor currentcolor windowtext; border-style: none none none solid; border-width: medium medium medium 1pt; }.xl69 { font-family: Arial, sans-serif; text-align: center; }.xl70 { text-align: center; border-color: currentcolor windowtext currentcolor currentcolor; border-style: none solid none none; border-width: medium 1pt medium medium; }.xl71 { font-family: Arial, sans-serif; text-align: center; border-color: currentcolor currentcolor currentcolor windowtext; border-style: none none none solid; border-width: medium medium medium 1pt; }.xl72 { text-align: center; border-color: currentcolor currentcolor windowtext windowtext; border-style: none none solid solid; border-width: medium medium 1pt 1pt; }.xl73 { font-family: Arial, sans-serif; text-align: center; border-color: currentcolor currentcolor windowtext; border-style: none none solid; border-width: medium medium 1pt; }.xl74 { text-align: center; border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; }</style>
From the above data I would like to populate the following table:
[TABLE="width: 715"]
<tbody>[TR]
[TD="class: xl66, width: 87"][/TD]
[TD="class: xl67, width: 87"]Frequency[/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl67, width: 174, colspan: 2"]Average Score[/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl68, width: 87"][/TD]
[TD="class: xl69, width: 87"][/TD]
[/TR]
[TR]
[TD="class: xl70"][/TD]
[TD="class: xl71"]Q1[/TD]
[TD="class: xl71"]Q2[/TD]
[TD="class: xl71"]Q3[/TD]
[TD="class: xl71"]Q4[/TD]
[TD="class: xl71"]Total[/TD]
[TD="class: xl71"]Q1 Avg[/TD]
[TD="class: xl71"]Q2 Avg[/TD]
[TD="class: xl71"]Q3 Avg[/TD]
[TD="class: xl71"]Q4 Avg[/TD]
[TD="class: xl72"]Overall Avg[/TD]
[/TR]
[TR]
[TD="class: xl65"]FR[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]GS[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]HB[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]HR[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]LL[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]LT[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]MB[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]MD[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]MJ[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]PK[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl65"]QK[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="class: xl73"][/TD]
[/TR]
[TR]
[TD="class: xl74"]YJ[/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl75"][/TD]
[TD="class: xl76"][/TD]
[/TR]
</tbody>[/TABLE]
<style>table { }tr { }col { }br { }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: windowtext; font-size: 10pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Arial; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl65 { font-family: Arial, sans-serif; text-align: center; border-color: currentcolor currentcolor currentcolor windowtext; border-style: none none none solid; border-width: medium medium medium 1pt; }.xl66 { border-color: windowtext currentcolor currentcolor windowtext; border-style: solid none none solid; border-width: 1pt medium medium 1pt; }.xl67 { font-family: Arial, sans-serif; border-color: windowtext currentcolor currentcolor; border-style: solid none none; border-width: 1pt medium medium; }.xl68 { border-color: windowtext currentcolor currentcolor; border-style: solid none none; border-width: 1pt medium medium; }.xl69 { border-color: windowtext windowtext currentcolor currentcolor; border-style: solid solid none none; border-width: 1pt 1pt medium medium; }.xl70 { border-color: currentcolor currentcolor currentcolor windowtext; border-style: none none none solid; border-width: medium medium medium 1pt; }.xl71 { font-family: Arial, sans-serif; }.xl72 { font-family: Arial, sans-serif; border-color: currentcolor windowtext currentcolor currentcolor; border-style: none solid none none; border-width: medium 1pt medium medium; }.xl73 { border-color: currentcolor windowtext currentcolor currentcolor; border-style: none solid none none; border-width: medium 1pt medium medium; }.xl74 { font-family: Arial, sans-serif; text-align: center; border-color: currentcolor currentcolor windowtext windowtext; border-style: none none solid solid; border-width: medium medium 1pt 1pt; }.xl75 { border-color: currentcolor currentcolor windowtext; border-style: none none solid; border-width: medium medium 1pt; }.xl76 { border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; }</style>