Keith_Excel
New Member
- Joined
- Feb 19, 2014
- Messages
- 8
I'm trying to write a nested IF formula that the first argument looks at a particular cell and is supposed to find any value other than Yes or Discontinued. I've put in my logical test =if(or(A1<>"Yes",A1<>"Discontinued"),True Statement,Further IF Formulas).
On the cells that contain Yes or Discontinued the formula is not returning the false criteria and instead returning the true answer. If I remove the OR statement and just have either the <>"Yes" or <>"Discontinued" the formula works and returns the false answer.
Does anyone know why OR Formula does not work with not equal to conditions?
On the cells that contain Yes or Discontinued the formula is not returning the false criteria and instead returning the true answer. If I remove the OR statement and just have either the <>"Yes" or <>"Discontinued" the formula works and returns the false answer.
Does anyone know why OR Formula does not work with not equal to conditions?