Hi All
trying to get this formula to work but it is just not playing ball
=IF(OR(R24="Internal"),IF(Y24<1,"N/A",IF(Y24<$U$3,"Too Low",IF(Y24>$W$3,"Too High",IF(AND(Y24>$U$3,Y24<$W$3),"OK",IF(OR(R24="External"),IF(Y24<1,"N/A",IF(Y24<$U$8,"To Low",IF(Y24>$W$8,"To High",IF(AND(Y24>$U$8,Y24<$W$8),"OKA",""))))))))))
The formula is looking for two things within column R - now depending on what it finds it will calculate Too Low, Too High, OK based on the values in a separate table ($U$3, $W$3 for internal and $U$8, $W$8 for external)
The formula works fine for internal but as soon as it see's external it give a "False"
Any ideas ??
Thanks all
trying to get this formula to work but it is just not playing ball
=IF(OR(R24="Internal"),IF(Y24<1,"N/A",IF(Y24<$U$3,"Too Low",IF(Y24>$W$3,"Too High",IF(AND(Y24>$U$3,Y24<$W$3),"OK",IF(OR(R24="External"),IF(Y24<1,"N/A",IF(Y24<$U$8,"To Low",IF(Y24>$W$8,"To High",IF(AND(Y24>$U$8,Y24<$W$8),"OKA",""))))))))))
The formula is looking for two things within column R - now depending on what it finds it will calculate Too Low, Too High, OK based on the values in a separate table ($U$3, $W$3 for internal and $U$8, $W$8 for external)
The formula works fine for internal but as soon as it see's external it give a "False"
Any ideas ??
Thanks all