Hi, I wonder if someone could help me write what I imagine is a very simple formula - I just can't work out how to write it!
I have two columns, each with scores in. The scores go 0, 10, 20, 30, etc up to 100.
I want the code to have three possiblities: i) If both scores are less than or equal to 50, output "Fail"; ii) if one is less than or equal to 50, and the other score is greater than 50, output "Re-test"; iii) if both scores are above 50, ouput "Pass".
Any suggestions gratefully received
I have two columns, each with scores in. The scores go 0, 10, 20, 30, etc up to 100.
I want the code to have three possiblities: i) If both scores are less than or equal to 50, output "Fail"; ii) if one is less than or equal to 50, and the other score is greater than 50, output "Re-test"; iii) if both scores are above 50, ouput "Pass".
Any suggestions gratefully received