Excel If Or Statement not working -


i have 2 columns of data , wanted identify swap candidate based on 2 criteria:

  1. if first column < 0.5 or
  2. if first column divided second column < 10.

and here's formula =if(or(e2<0.5,(e2/f2)<=10),"swap candidate"," ")

(the first , second column in column e , f in workbook). function doesn't work should. instead returns values true while it's not. example in highlighted cell.

enter image description here

i ran formula evaluate highlighted cell. , shows false after evaluating or statement return value if true. enter image description here

the numbers stored in correct format. don't what's going on it. me out please?

in example given value in yellow column f <=10 therefore return true correct - unless i'm missing something?


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -