首页 > Excel专区 > Excel函数 >

excel逻辑函数整理

Excel函数 2023-01-13

and(22,41+3) 条件为逻辑表达式,返回True
and(a1,true,35-2) 条件中包含非逻辑值,被忽略,返回True
if(a1<60,"a1不及格","a1及格")
not(2*24) 表达式的值为True时,结果为False
or(1-11,2+24) 表达式中有一个为真,返回True

isodd(1) 1是奇数,返回True
isodd(-2) 不是奇数,返回False

iseven(-2) 偶数,返回True
iseven(1) 不是偶数,返回False
year("2004年12月25日") 取日期的年份,返回2004
year(date(102,3,12)) 取日期的年份,返回2002


Copyright © 2016-2023 office学习教程网 office.tqzw.net.cn. All Rights Reserved.