Hi guys

excel shows false when I have the number 150 input. see the formule:

=IF(J11>150,"2",IF(J11=150,"1",IF(J11<=149,"0")))


For a cell where I have 150, excel doesn't show '1' it says; FALSE

Please advise whyt?

thank you!!