Over 2 million + professionals use CFI to learn accounting, financial analysis, modeling and more. Unlock the essentials of corporate finance with our free resources and get an exclusive sneak peek at the first module of each course.
Start Free
What is the TRUE Function?
The TRUE Function[1] is categorized under Excel Logical functions. It will return the logical value of TRUE. The function is equivalent to using the Boolean value TRUE directly in a formula.
In financial analysis, the TRUE function is often used with other logical functions such as IF, ERROR, etc. It is related to the FALSE function.
Formula
=TRUE()
The TRUE function does not require a parameter or argument.
How to use the TRUE Function in Excel?
As a worksheet function, the TRUE function can be entered as part of a formula in a cell. To understand the uses of the function, let us consider a few examples:
Example 1
If we type =TRUE() in a cell, we get the result as TRUE.
One can also enter TRUE function directly into a cell. Even if we do not add the parentheses, it will return the Boolean value TRUE.
Example 2
Now, let’s consider another example. Using the formulas below, the TRUE function will return the Boolean value TRUE.
The data and formula used are:
We get the results below:
We can also enter the value TRUE directly into cells and formulas without using the function. For example:
=IF(A1=1, TRUE)
If the condition is met in this example, Excel returns TRUE. If the condition is not met, Excel returns FALSE. We can use either of the formulas:
=IF(A1=1,TRUE())or
=IF(A1=1,TRUE)
A few things to remember about the Function
The function is provided for compatibility with other spreadsheet applications; it may not be needed in standard situations.
If we want to enter TRUE, or if we want to provide TRUE as a result in a formula, we can just enter the word TRUE directly into a cell or formula and Excel will interpret it as the logical value TRUE. For example:
=IF(B1<0, TRUE())
=IF(B1<0, TRUE)
We also need to remember that logical expressions themselves will automatically generate TRUE and FALSE results.
Thanks for reading CFI’s guide to important Excel functions! By taking the time to learn and master these functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:
To master the art of Excel, check out CFI’s Excel Crash Course, which teaches you how to become an Excel power user. Learn the most important formulas, functions, and shortcuts to become confident in your financial analysis.
Take your learning and productivity to the next level with our Premium Templates.
Upgrading to a paid membership gives you access to our extensive collection of plug-and-play Templates designed to power your performance—as well as CFI's full course catalog and accredited Certification Programs.
Gain unlimited access to more than 250 productivity Templates, CFI's full course catalog and accredited Certification Programs, hundreds of resources, expert reviews and support, the chance to work with real-world finance and research tools, and more.