ding76uk
Suspended / Banned
- Messages
- 4,096
- Name
- Carl
- Edit My Images
- Yes
My Excel knowledge is limited at best. i am trying to set up a new mark book. here is an example
What I need is that if I put "P" in P1, P2 & P3 cells it shows "PASS" in the unit grade. If they also get a "P" in the M1 cell the unit grade shows "MERIT" and if I add a "P" in the D1 cell it shows "DISTINCTION". If the cells for P1, P2 & P3 are blank or contain the letter "R" it should say refer in the unit grade. The issue is I cannot add to this formula to make it work when the R is showing in cells for P1, P2 & P3.
Here is the formula i am currently using
=IF(COUNTIF(Q3
3,"P")=3,IF(COUNTIF(Q3:T3,"P")=4,IF(COUNTIF(Q3:U3,"P")=5,"DISTINCTION","MERIT"),"PASS"),IF(COUNTBLANK(Q3
3)=0,"","REFER"))
If anyone could give me a hand on this it would be great! as I am pulling my hair out.
Thanks in advance
Carl
What I need is that if I put "P" in P1, P2 & P3 cells it shows "PASS" in the unit grade. If they also get a "P" in the M1 cell the unit grade shows "MERIT" and if I add a "P" in the D1 cell it shows "DISTINCTION". If the cells for P1, P2 & P3 are blank or contain the letter "R" it should say refer in the unit grade. The issue is I cannot add to this formula to make it work when the R is showing in cells for P1, P2 & P3.
Here is the formula i am currently using
=IF(COUNTIF(Q3
If anyone could give me a hand on this it would be great! as I am pulling my hair out.
Thanks in advance
Carl
Last edited: