1 and 与 AND(logical1,[logical2],…)
2 or 或 OR(logical1,[logical2],…)
3 xor 异或 XOR(logical1,[logical2],…) xor(true,true)=false
4. not 非 NOT(logical)
5. true 真
6. false 假 FALSE()
7. if 判断 IF(logical_test,value_if_true,[value_if_false])。
8. ifs 多条件判断 if(logical_test1,val_if_true1,logical_test2,val_if_true2…) excel2019以上新增函数
9. iferror 错误返回 IFERROR(value,value_if_error) 错误类型:#N/A、#VALUE!、#REF!、 #DIV/0!、#NUM!、#NAME?或#NULL!