A
ArtySin
Hi,
I have a formula that works fine to produce a result of either Pass or Fail
in a cell. This formula looks at 4 cells thus:
=IF(OR(J133="Fail",J134="Fail",J135="Fail",J136="Fail"),"Fail","Pass")
I now have a requirement where this will cover more than 20 cells in a
column and rather than write a condition for each cell is there some other
way to do this. I tried naming a range of cells but that doesn't work.
Many thanks
I have a formula that works fine to produce a result of either Pass or Fail
in a cell. This formula looks at 4 cells thus:
=IF(OR(J133="Fail",J134="Fail",J135="Fail",J136="Fail"),"Fail","Pass")
I now have a requirement where this will cover more than 20 cells in a
column and rather than write a condition for each cell is there some other
way to do this. I tried naming a range of cells but that doesn't work.
Many thanks