answersLogoWhite

0

Excel has a category called Logical Functions. The IF function is the one of those that most people use and associate with returning True or False values. Other functions also return True or False values. There is a TRUE function and a FALSE function. The OR function and the AND function can be used to return True or False values too. The NOT function can reverse a True or False value, so it also returns True or False.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

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 is the breakpoint in Excel?

In excel it is the lowest value for a specific category or series in a lookup table.


Can true and false be summed with excel?

Yes. TRUE has the value 1 and FALSE has the value of 0.


Which function returns one value when a condition is met and returns another value when it is not met in Excel?

The IF function. See the related question below.


Function returns the value true if at least one argument is true and false if all arguments are false in Microsoft Excel?

You need to use the OR function. You could have something like this:=OR(A2>5,A4>10,A6>20)


What is a named operation that returns a value in the Excel program used to simplify formulas?

A function.


What would be a formula for absolute value in excel?

Use the function ABS. =ABS(-11) returns the value 11.


What excel function searches for a specific value in a table and returns that value's relative position from the table not the value itself?

The MATCH function.


What function in excel searches and returns that value's relative position from the table and returns that value's relative position from the table not the value itself?

The function you're looking for is the MATCH function in Excel. It searches for a specified value within a range and returns the relative position of that value in the range. For example, if the value is found in the third position of the specified range, MATCH will return 3. The syntax is MATCH(lookup_value, lookup_array, [match_type]).


What function is a logical function that returns one value if the statement is true and returns a different value if the statement is false?

isdigit is an example (see in ctype.h)


What function searches for a specific value in a table and returns that value's relative position from the table not the value itself in Excel?

The MATCH function can do that.


How do you use a if function in Excel on another cell with a nested if function?

i would need a little more information to be specific to your need, however the general way is =if(A1=2,"True value","False value",if(A1=3,"True Value","False Value)) you can continue the formula till you done with your conditions, however excel 2003 can only nest 7 level and Excel 2007 has no limits