I know I am missing something really basic here and would be grateful if someone could point out to me what.
If the values in certain subjects are greater than or equal to 4 then I want the formula to return "Y" else "N". The formula I am using is:
=IF(AND(OR(AA2>3,AB2>3),AC2>=4,OR(AD2>=4,AE2>=4,AF2>=4,AG2>=4),OR(AH2>=4,AI2>=4),OR(AJ2>3,AK2>3)),"Y","N")
[TABLE="width: 500"]
<tbody>[TR]
[TD]AA[/TD]
[TD]AB[/TD]
[TD]AC[/TD]
[TD]AD[/TD]
[TD]AE[/TD]
[TD]AF[/TD]
[TD]AG[/TD]
[TD]AH[/TD]
[TD]AI[/TD]
[TD]AJ[/TD]
[TD]AK[/TD]
[/TR]
[TR]
[TD]English[/TD]
[TD]English Lit[/TD]
[TD]Maths[/TD]
[TD]Science[/TD]
[TD]Biology[/TD]
[TD]Physics[/TD]
[TD]Chemistry[/TD]
[TD]Geography[/TD]
[TD]History[/TD]
[TD]French[/TD]
[TD]Spanish[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]8.5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
This should return an N, however, I am getting Y. When I entered 0 into AJ and AK I got the value N. How can I adapt the formula to equate blank cells to a value of 0.
Thanks for your help.
Fazila
If the values in certain subjects are greater than or equal to 4 then I want the formula to return "Y" else "N". The formula I am using is:
=IF(AND(OR(AA2>3,AB2>3),AC2>=4,OR(AD2>=4,AE2>=4,AF2>=4,AG2>=4),OR(AH2>=4,AI2>=4),OR(AJ2>3,AK2>3)),"Y","N")
[TABLE="width: 500"]
<tbody>[TR]
[TD]AA[/TD]
[TD]AB[/TD]
[TD]AC[/TD]
[TD]AD[/TD]
[TD]AE[/TD]
[TD]AF[/TD]
[TD]AG[/TD]
[TD]AH[/TD]
[TD]AI[/TD]
[TD]AJ[/TD]
[TD]AK[/TD]
[/TR]
[TR]
[TD]English[/TD]
[TD]English Lit[/TD]
[TD]Maths[/TD]
[TD]Science[/TD]
[TD]Biology[/TD]
[TD]Physics[/TD]
[TD]Chemistry[/TD]
[TD]Geography[/TD]
[TD]History[/TD]
[TD]French[/TD]
[TD]Spanish[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]8.5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
This should return an N, however, I am getting Y. When I entered 0 into AJ and AK I got the value N. How can I adapt the formula to equate blank cells to a value of 0.
Thanks for your help.
Fazila