Janine McLean
New Member
I am trying to use a formula to find out if a person has passed a unit. In order to pass they must have column AP as "completed" first. The other columns must either have "P" or "PP". I have tried the following formula but it is failing to work and I can't get my head round it. Any help will be much appreciated.
=IF(AP4="completed",IF(OR(I4="p",I4="pp"),IF(OR(M4="p",M4="pp"),IF(OR(O4="p",O4="PP",IF(OR(Q4="p",Q4="PP"),"Pass",""),""),""),""),""))
=IF(AP4="completed",IF(OR(I4="p",I4="pp"),IF(OR(M4="p",M4="pp"),IF(OR(O4="p",O4="PP",IF(OR(Q4="p",Q4="PP"),"Pass",""),""),""),""),""))