Advertisements

Excel TRUE Function

The excel TRUE function returns the value TRUE. The TRUE function is equivalent to Boolean value TRUE. In analysis, TRUE function is used in combination with IF, IFERROR. The TRUE function is associated with FALSE function.

In this section:

Advertisements

  1. Syntax of TRUE function
  2. Comparing value if TRUE
  3. ISODD with TRUE function
  4. Value less than another value
  5. Evaluating Name in the list

Excel TRUE Function

1. Syntax of TRUE Function:

TRUE()

The TRUE function does not have arguments.

2. Comparing value IF TRUE:

To compare the values with another value, the formula is =IF(C6>G$6, “TRUE”, “FALSE”), which returns TRUE if the values are greater than 30.

Excel TRUE Function to compare values with another value.

3. TRUE if the value is ISODD:

To evaluated whether a value is ODD, the formula is =ISODD(value), which returns TRUE if the value is ODD.

4. Value is less than another value:

To compare a value (list of values) with another value, the formula is =C8<100, which returns TRUE if users insert values less than 100 in cell C8; otherwise it returns FALSE.

Excel TRUE function to returns TRUE or FALSE.

5. Evaluating Name in the list:

Advertisements

To test whether a name is in the list, the formula is =IF(C6=”Rich”, “TRUE”, “FALSE”), which returns TRUE is the name is Rich; otherwise it returns FALSE.

More readings:

  1. MS Office post of TRUE Function
  2. Excel AND Function
  3. Excel FALSE Function
  4. Excel IF Function
  5. Excel IFS Function
  6. Excel NOT Function
  7. Excel OR function
  8. Excel SWITCH Function
  9. Excel XOR function
  10. Excel IFERROR Function

2 Responses

  1. Somebody essentially help to make seriously articles I would state. This is the first time I frequented your web page and thus far? I surprised with the research you made to create this particular publish incredible. Wonderful job!

Leave a Reply

Your email address will not be published. Required fields are marked *

Advertisements