TRUE function: Description, Usage, Syntax, Examples and Explanation
What is TRUE function in Excel?
TRUE function is one of the Logical functions in Microsoft Excel that returns the logical value TRUE. You can use this function when you want to return the value TRUE based on a condition. For example:
=IF(A1=1,TRUE())
You can also enter the value TRUE directly into cells and formulas without using this function. For example:
=IF(A1=1,TRUE)
If the condition is met, Excel returns TRUE in both examples. If the condition is not met, Excel returns FALSE in both examples.
Syntax of TRUE function
TRUE()
The TRUE function syntax has no arguments.
You can visit: