📜  高级Excel-逻辑功能

📅  最后修改于: 2020-12-03 04:53:00             🧑  作者: Mango


逻辑函数包括布尔运算符和条件测试,这将是许多工作电子表格中必不可少的部分。

逻辑功能

下表列出了所有逻辑功能-

S.No. Function and Description
1 AND

Returns TRUE if all its arguments are TRUE.

2 FALSE

Returns the logical value FALSE.

3 IF

Specifies a logical test to perform.

4 IFERROR

Returns a different result if the first argument evaluates to an error.

5 IFNA

Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression.

6 IFS

Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.

7 NOT

Reverses the logic of its argument.

8 OR

Returns TRUE if any argument is TRUE.

9 SWITCH

Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned.

10 TRUE

Returns the logical value TRUE.

11 XOR

Returns a logical exclusive OR of all arguments.