TRUE()
=IF(A1>90,TRUE())
The TRUE function returns the value TRUE. This is useful when you need to return a boolean value in an IF statement. For example, this will return TRUE if the value in A1 is greater than 90.
=IF(A1>=65,TRUE())
The TRUE function can also be used in conjunction with other comparative operators. For example, this will return TRUE if the value in A1 is greater than or equal to 65.
=TRUE()
The TRUE function can also be used on its own to return the value TRUE. For example, this will always return the value TRUE.
=A1>90
The TRUE function can also be used without an IF statement. For example, this will return TRUE if the value in A1 is greater than 90.
The TRUE function is used to return the logical value TRUE if a condition is met. It can also be entered directly into cells and formulas without a function.