Returns the logical value FALSE.
تعمل هذه الدالة في Google Sheets كما تعمل في Excel تمامًا — بالصياغة والوسائط نفسها.
FALSE()The FALSE function takes no arguments and returns the logical value FALSE. It is primarily used for compatibility with other spreadsheet applications or to explicitly represent a false condition in logical formulas.
=FALSE()النتيجة: FALSE
Returns the logical value FALSE.
=IF(1=2, TRUE, FALSE())النتيجة: FALSE
Uses the FALSE function as the value_if_false argument in an IF statement.
Yes, even though the function takes no arguments, the parentheses are required for Excel to recognize it as a function.