Hasilkan nilai logika FALSE
The FALSE function returns the Boolean value FALSE. In other words, the three formulas below based on the IF function are functionally equivalent:
=IF(A1>65,"OK",FALSE())
=IF(A1>65,"OK",FALSE)
=IF(A1>65,"OK")
Note that logical expressions will automatically generate TRUE and FALSE results. For example, the formula below will automatically return TRUE if the
=A1>90