Excel If Or Statement not working -
i have 2 columns of data , wanted identify swap candidate based on 2 criteria:
- if first column < 0.5 or
- 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.
i ran formula evaluate highlighted cell. , shows false after evaluating or statement return value if true.
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
Post a Comment