=if(a1>10,1,0)
The problem that I'm having is that cell A1 has a formula that generates a percentage...
So, the formula above isn't giving the correct answer...
What am I doing wrong?
=if(a1>10,1,0)
The problem that I'm having is that cell A1 has a formula that generates a percentage...
So, the formula above isn't giving the correct answer...
What am I doing wrong?
You can try =IF(VALUE(A1)>10;1;0)