Excel TRUE function
The TRUE function is one of the logical functions in Excel, it returns the logical value TRUE. It is as the same as to entering the Boolean value TRUE directly in a formula. It is a compatibility function, always be used with other logical functions such as IF, ERROR, etc.
Syntax:
The syntax for the TRUE function in Excel is:
Notes:
- 1. There are no parameters or arguments at the TRUE function. The function returns a value of TRUE.
- 2. It can be applied at Excel 2000 and later version.
- 3. For calculation purpose, TRUE is a number 1 and False is a number 0, they can be used for calculating, such as:
TRUE+TRUE=2 FASE+TRUE=1 FALSE+FALSE=0
Return:
Return the logical value TRUE.
Examples:
Example 1: Check if cell value is greater or less than a specific value
For example, I have a list of actual sales table of the products, now, I want to check if the actual sales exceed the target sales or not, see screenshot:
Please apply this formula, and then you will get TRUE if met the condition, if the condition is not met, a FALSE is returned, see screenshot:
Note: You can also enter the value TRUE directly into the formula as this: =IF(B2>300,TRUE).
Example 2: Compare if values in two adjacent cells are equal
To compare two adjacent cells if they are equal or not, the TRUE function can do this operation.
Please use the following formula, and you will get the result as below screenshot shown:
Note: You can also enter the value TRUE directly into the formula as this: =IF(A2=B2,TRUE).
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.