answersLogoWhite

0

It returns the logical value TRUE. It can be used by itself, say when building a truth table, or as part of another function, such as the IF function. Here is it checking if someone passed an exam:

=IF(A2>=40%, TRUE(), FALSE() )

You can in fact leave out the pair of brackets immediately after TRUE and after FALSE, and they will still work.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

Which logical function returns a true result only when all its arguments are true?

The AND function.


What is a function that determines whether a condition is true or false?

A logical function, such as the IF function.


What are logical functions?

A logical or boolean function is one that works with logical or boolean values - values that can only be either true, or false.


What function in Excel deals with true or false?

The different functions from the Logical functions category deal with true and false. The main one of them is the IF function.


Is The path to the Logical button Formulas tab and Function Library group?

true


Can you can click the logical button formulas tab function library group and click iferror to insert the if function?

True


What function displays when an argument is true in a worksheet function?

Any of the logical functions can show True values when their arguments are True. The IF function is the main one we think of, but others include AND, OR and TRUE. You can also do things like NOT(FALSE) to get a True value.


What function contain a condition or logical test an action to take if the condition is true and an action to take if the condition is false?

The IF function.


List the functions for the category 'Logical' in Microsoft Excel 2003?

A logical function is one that can return a true value or a false value. They are usually used in doing comparisons and seeing if things are equal to each other or not, or which is higher or lower. The logical functions that Excel provides are: TRUE FALSE AND OR NOT IF


What are the conditional logic functions in computer applications?

Not sure what you are asking here, but here is my best guess.COMPUTER PROGRAMMING APPLICATIONS:IF - If a condition exists, do something, if not, do something else.CASE - If a condition equals CASE1 do this; if CASE2 do this; etc.WHILE - If a condition remains, keep doing something until the condition changes.EXCEL:AND(logical1,logical2,...) - tests whether the logical arguments are TRUE or FALSE. If they are all TRUE, the AND function returns TRUE to the cell. If any are FALSE, the AND function returns FALSE.IF(logical_test,value_if_true,value_if_false) - tests whether the logical_test expression is TRUE or FALSE. If TRUE, the IF function returns the value_if_true argument. If FALSE, the IF function returns the value_if_false argument.IFERROR(value,value_if_error) - tests whether the value expression is an error. IFERROR returns value_if_error if the expression is an error, or value of the expression if it is not an error.NOT(logical) - tests whether the logical argument is TRUE or FALSE. If TRUE, the NOT function returns FALSE. If FALSE, the NOT function returns TRUE.OR(logical1,logical2,...) - tests whether the logical arguments are TRUE or FALSE. If any are TRUE, the OR function returns TRUE. If all are FALSE, the OR function returns FALSE.FALSE() - takes no argument and simply enters logical FALSE in its cell.TRUE() - takes no argument and simply enters logical TRUE in its cell.


Is COUNTIF an example of a logical function in Excel?

Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.Yes. It combines the logical function IF with the normal COUNT function, so that it counts values that meet a condition.


What function in MS Excel which checks the logical condition of a statement?

IF function