Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

True Excel Function

Tags: excel function

TRUE Excel (Table of Contents)

  • TRUE Function in Excel
  • TRUE Excel Formula
  • How to use TRUE function in excel?

TRUE Function in Excel

TRUE Excel Function is one of the logical functions in Excel. It returns the logical value of TRUE and is equivalent to the value of TRUE. TRUE function in Excel does not require any argument. It can be used with other logical function such as if, error, etc.

TRUE Excel Formula

There is no parameter or arguments are used in the TRUE Excel Formula.

How to Use TRUE Function in Excel?

TRUE can be used as worksheet function and is very simple and easy to use.

You can understand the working of TRUE function by using the below examples.

TRUE Excel Example #1

Use simple TRUE function in a excel cell.

=TRUE()

Output will be TRUE.

TRUE Excel Example #2

Let’s consider another example of TRUE Excel Function. We can use TRUE function with other functions like if here is an example as follows:

=IF(B10>20,TRUE())

Here if condition met with the value then it will return the TRUE as output else it will return False as result. 

TRUE Example #3

We can use it to make calculations. For example, we can calculate the following calculations by using TRUE Excel.

Here we use the output of TURE and FALSE function and multiple it with 5 then the result will 5 for TRUE and 0 for False.

TRUE Excel Example #4

In the below example we use the TRUE excel with if function to compare the two column values with each other’s.

=IF(B28=D28,TRUE())

It will return the TRUE for matched values in column H and J and return FALSE if the value did not match in Column H and J.

TRUE Excel Example #5

TRUE Excel can be used to check the cell value has certain value or not. We can achieve simple cell check by using TURE and if functions details are as follows:

=IF(D53=5,TRUE())

=IF(D55,”Cell has 5″,”Cell does not have  5″)

It will return Cell has 5 as output if cell D53 has 5 and return Cell does not have 5 if the value in D53 does not 5.

Things to remember about the TRUE Function in Excel

  1. TRUE & TRUE() both are unique.
  2. TRUE() function is basically used with others functions.
  3. Using TRUE without bracket gives you the same result.
  4. For calculation purpose TRUE is a 1 and False is a 0 and these can be used for calculation also
    1. TRUE+TRUE=2
    2. FALSE+TRUE=1
  5. The TRUE function is provided for compatibility with other sheets applications; it may not be needed in standard situations.
  6. If we want to enter TRUE, or if we want to provide TRUE as a result in a true excel formula, we can just put the word TRUE directly in a excel cell or formula and Excel will returns it as the logical value TRUE as output.

For example: =IF (A1

  1. We also need to remember that logical expressions will also return automatically TRUE and FALSE as results.
  2. The TRUE function was first used in Microsoft Excel 2007.

You can download this TRUE Function in Excel template here – TRUE Function Excel Template

Recommended Articles

This has been a guide to TRUE Function in Excel. Here we discuss the TRUE Excel Formula and how to use TRUE Function in Excel along with practical examples and downloadable excel templates. You may also look at these useful functions in excel

  • Address in Excel
  • INDIRECT in Excel
  • AND Excel Function
  • LOOKUP in Excel

The post True Excel Function appeared first on Learn Investment Banking: Financial Modeling Training Courses Online.



This post first appeared on Free Investment Banking Tutorials |WallStreetMojo, please read the originial post: here

Share the post

True Excel Function

×

Subscribe to Free Investment Banking Tutorials |wallstreetmojo

Get updates delivered right to your inbox!

Thank you for your subscription

×