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
Data
C5 = 6
B46 = -78
Now in the cell the formula is in, lets say B5 returns 0 if the first IF statement is met. When I was expecting it to say YES
If I check the answer using Function Argument the answer is returned as YES!!!!!
I get a zero as the result of this formula when I was expecting the answer Yes (my test answer)
Here is the formula
Code:
=(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 statement is met. When I was expecting it to say YES
If I check the answer using Function Argument the answer is returned as YES!!!!!