Here's another item I have been struggling with:
1. Field number 1 has this formula:
=IF(I53="","N/A",IF(I53*100<3.49,"GOOD",IF(I53*100<5.5,"ALERT","UNSATISFACTORY")))
2. Field number 2 has this formula:
=IF(I54="","N/A",IF(I54*100<74.49,"UNSATISFACTORY",IF(I54*100>89.5,"GOOD","ALERT")))
Note the formulas above are inverted if you compare them!
3. Field Number 3 needs to evaluate fields 1 + 2. If "UNSATISFACTORY" appears in either cell, formula must display "Unsatisfactory". If it doesn't appear, then formula must check to see if "ALERT" appears in either cell. If Alert doesn't appear, then display "good". If Good doesn't appear, then write "N/A", I assume.
Can you kindly help me with this difficult formula?
1. Field number 1 has this formula:
=IF(I53="","N/A",IF(I53*100<3.49,"GOOD",IF(I53*100<5.5,"ALERT","UNSATISFACTORY")))
2. Field number 2 has this formula:
=IF(I54="","N/A",IF(I54*100<74.49,"UNSATISFACTORY",IF(I54*100>89.5,"GOOD","ALERT")))
Note the formulas above are inverted if you compare them!
3. Field Number 3 needs to evaluate fields 1 + 2. If "UNSATISFACTORY" appears in either cell, formula must display "Unsatisfactory". If it doesn't appear, then formula must check to see if "ALERT" appears in either cell. If Alert doesn't appear, then display "good". If Good doesn't appear, then write "N/A", I assume.
Can you kindly help me with this difficult formula?