johnpdavey
Board Regular
- Joined
- May 30, 2002
- Messages
- 88
i have a set of data as follows
A1 name of student
B1 - I1 subjects studied, ie Ma, Eng, Sci
A2 total point score for student in A1
B2 - I2 grade for subjects, ie A, B, G
cell A3 next student......
i have this data for 160 students.
the grades run from A - G and then U
cells B1 to I1, (and B3 to I3 for the next student etc,) do not all have entries as some students did not do Sci or Pe or....
Cell B1, etc, does not always contain Ma as it depends on the combination of subjects taken.
i only need the Ma data. so what i would like is some way of extracting the student name, which will be in cells A1, A3, A5 etc and the grade associated with Ma, which will be dirctly under the Ma entry which could be anywhere in the row between columns B and I
eg<pre>
A B C D E F G H I
JOE Ma Eng Sci Pe Hi Ge Art
12 A C G U E E F
BOB Eng Sci Ma
6 E F U
i would like
JOE A
BOB U</pre>
thanks in advance for any help
This message was edited by Juan Pablo G. on 2002-08-27 13:54
A1 name of student
B1 - I1 subjects studied, ie Ma, Eng, Sci
A2 total point score for student in A1
B2 - I2 grade for subjects, ie A, B, G
cell A3 next student......
i have this data for 160 students.
the grades run from A - G and then U
cells B1 to I1, (and B3 to I3 for the next student etc,) do not all have entries as some students did not do Sci or Pe or....
Cell B1, etc, does not always contain Ma as it depends on the combination of subjects taken.
i only need the Ma data. so what i would like is some way of extracting the student name, which will be in cells A1, A3, A5 etc and the grade associated with Ma, which will be dirctly under the Ma entry which could be anywhere in the row between columns B and I
eg<pre>
A B C D E F G H I
JOE Ma Eng Sci Pe Hi Ge Art
12 A C G U E E F
BOB Eng Sci Ma
6 E F U
i would like
JOE A
BOB U</pre>
thanks in advance for any help
This message was edited by Juan Pablo G. on 2002-08-27 13:54