Skip to main content

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.

doc true function 1


 Syntax:

The syntax for the TRUE function in Excel is:

=TRUE()

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:

doc true function 2

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:

=IF(B2>300,TRUE())

doc true function 3

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:

=IF(A2=B2,TRUE())

doc true function 4

Note: You can also enter the value TRUE directly into the formula as this: =IF(A2=B2,TRUE).


The Best Office Productivity Tools


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.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations