Hi,
I get a zero as the result of this formula when I was expecting the answer Yes (my test answer)
Here is the formula
=(IF(C5<=5,(5),IF(B$46<0,"YES","No")))
Data
C5 = 6
B46 = -78
Now in the cell the formula is in, lets say B5 returns 0 if the first IF...