Good day all,
I'm having some trouble with the following, seemingly simple, logic statement.
I'm testing whether 2 cells, when divided, are greater than 1000%. In my test cells I have 300 and 1000 to make the math easy. 1000/300=333%, however my logic statement keeps replying "no".
Any thoughts here?
Thanks!
I'm having some trouble with the following, seemingly simple, logic statement.
=IF(TEXT(CJ49/CE49,0%)<=1000,(TEXT(CJ49/CE49,0%)),"no")
I'm testing whether 2 cells, when divided, are greater than 1000%. In my test cells I have 300 and 1000 to make the math easy. 1000/300=333%, however my logic statement keeps replying "no".
Any thoughts here?
Thanks!