jimbobrich
New Member
- Joined
- Feb 27, 2016
- Messages
- 5
Hi,
I have a table of data, column A would have the persons name. Column B - F will have the headings of the 5 tests.
The data will be dumped from 3rd party software in the form of letter grades.
I'd like the formula to look up column A, and every time the students name is matched it Averages the grade in column B. Then ill copy the formula for Column, c,d,e,f.
The tests will be run every week and the data added.
[TABLE="******* 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Test1[/TD]
[TD]Test 2[/TD]
[TD]Test 3[/TD]
[TD]Test 4[/TD]
[TD]Test 5[/TD]
[/TR]
[TR]
[TD]Luke[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Brad[/TD]
[TD]A[/TD]
[TD]A[/TD]
[TD]G[/TD]
[TD]D[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]A[/TD]
[TD]A[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Jeff[/TD]
[TD]D[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]A[/TD]
[TD]A[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for your help.
I have a table of data, column A would have the persons name. Column B - F will have the headings of the 5 tests.
The data will be dumped from 3rd party software in the form of letter grades.
I'd like the formula to look up column A, and every time the students name is matched it Averages the grade in column B. Then ill copy the formula for Column, c,d,e,f.
The tests will be run every week and the data added.
[TABLE="******* 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Test1[/TD]
[TD]Test 2[/TD]
[TD]Test 3[/TD]
[TD]Test 4[/TD]
[TD]Test 5[/TD]
[/TR]
[TR]
[TD]Luke[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Brad[/TD]
[TD]A[/TD]
[TD]A[/TD]
[TD]G[/TD]
[TD]D[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]A[/TD]
[TD]A[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Jeff[/TD]
[TD]D[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]A[/TD]
[TD]A[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for your help.