Hi
Could any one show me if its possible to extract 2 cells of data from a row of 12 cells. In the example below, fisrt line is Col Number, next is staff initials, and next two are examples of the combinations of data (there are 365 rows in all). In these two examples, I am only interested in identifying which memebr of staff is working a "M" (morning) shift:
1 2 3 4 5 6 7 8 9 10 11 12
AD BJ HS ED TT AB SW SR KL DG GG AR
O O O N N M M A A O O O
M O O N N M A A O O O O
The result I would be looking for would then go into 2 new cols thus:
13 14
AB SW
AD AB
Many Thanks
Could any one show me if its possible to extract 2 cells of data from a row of 12 cells. In the example below, fisrt line is Col Number, next is staff initials, and next two are examples of the combinations of data (there are 365 rows in all). In these two examples, I am only interested in identifying which memebr of staff is working a "M" (morning) shift:
1 2 3 4 5 6 7 8 9 10 11 12
AD BJ HS ED TT AB SW SR KL DG GG AR
O O O N N M M A A O O O
M O O N N M A A O O O O
The result I would be looking for would then go into 2 new cols thus:
13 14
AB SW
AD AB
Many Thanks