逻辑函数(IF、And、Or)
[if !supportLists]1、[endif]逻辑值True、False
能产生或返回逻辑值的情况:
[if !supportLists]1. [endif]比较运算符:就是加减乘除之类的加简单运算
[if !supportLists]2. [endif]is类信息函数
[if !supportLists]3. [endif]and,or,not
and:所有条件为true,则返回true,否则返回false
or:其中之一条件为true,则返回true,否则返回false
not:如果条件参数结果为true,则返回false,同理结果为false,则返回true
很少单独使用,一般与其他函数嵌套使用,尤其是IF函数,所以这个函数相当于是万能的函数 ,很是实用。
[if !supportLists]2、[endif]基本用法
[if !supportLists]3、[endif]进阶用法
[if !supportLists]4、[endif]IF函数多条件判断
[if !supportLists]5、[endif]多条件区间判断
[if !supportLists]6、[endif]返回区域
[if !supportLists]7、[endif]IFERROR函数
[if !supportLists]8、[endif]实战应用
[if !supportLists]9、[endif]拓展用法
[if !supportLists]10、[endif]画个笑脸