Excel TRUE Function

Excel TRUE Function
Example

Related Functions

Summary 

The Excel TRUE function returns the value TRUE. TRUE is classified as a compatibility function, and not needed in most cases. It is equivalent to using the Boolean value TRUE directly in a formula.

Purpose 

Generate the logical value TRUE

Return value 

The logical value TRUE

Syntax 

=TRUE ()

Arguments 

 

Usage notes 

The TRUE function is provided for compatibility with other spreadsheet applications and there is no need to use it in almost all cases.

If you want to enter TRUE, or provide TRUE as a result in a formula, you can just use enter the word TRUE directly into a cell or formula and Excel will interpret this as the logical value TRUE. For example, these formulas are functionally identical:

=IF(A1<0, TRUE())=IF(A1<0, TRUE)

Also note that logical expressions themselves will automatically generate TRUE and FALSE results. For example, the formula in cell C7 is:

=B7<80

This expression evaluates to TRUE, which is the result that appears in the spreadsheet.

0 votes. 0 / 5

Excel - Excel Functions - Excel Formulas
Logo