资源描述:
《一组常用的excel日期函数》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、一组常用的Excel日期函数来源:excel格子社区日期函数主要用于计算星期、工龄、年龄、账龄、利息,以及计算某个时间段的数据汇总等等。下面就是常用的几个日期函数的用法和返回的结果:1、=TODAY()取当前的系统日期2、=NOW()取当前系统日期和时间3、=NOW()-TODAY()计算当前是几点几分。也可以用=MOD(NOW(),1)计算。beconsistentwithinthesamedisk.Alternateunifiedcorerequirementsplacedontheterminalstripterminals,
2、onlineidentityandensurethecoppercoreisnotexposed.6.4.6enclosurewithinthesametothecablecoreprovidesbindingintoacircle,harnesstiespacingisgenerally100mm;branchofficesshallbebindingonbothends,eachcore7格子社区Excel互助交流平台4、=YEAR(TODAY())取当前日期的年份5、=MONTH(TODAY())取当前日期的月份6、=DAY(
3、TODAY())计算当前日期是几号。beconsistentwithinthesamedisk.Alternateunifiedcorerequirementsplacedontheterminalstripterminals,onlineidentityandensurethecoppercoreisnotexposed.6.4.6enclosurewithinthesametothecablecoreprovidesbindingintoacircle,harnesstiespacingisgenerally100mm;bran
4、chofficesshallbebindingonbothends,eachcore7格子社区Excel互助交流平台7、=WEEKDAY(TODAY(),2)计算今天是星期几。第二参数是2,表示将星期一计算为1,这样比较符合国人的习惯。也可以写成:=TEXT(TODAY(),"aaa")8、=EDATE(TODAY(),1)计算当前日期之后一个月的日期。如果第二参数写成-1,就是计算当前日期之前1个月的日期。beconsistentwithinthesamedisk.Alternateunifiedcorerequirementsp
5、lacedontheterminalstripterminals,onlineidentityandensurethecoppercoreisnotexposed.6.4.6enclosurewithinthesametothecablecoreprovidesbindingintoacircle,harnesstiespacingisgenerally100mm;branchofficesshallbebindingonbothends,eachcore7格子社区Excel互助交流平台9、=EOMONTH(TODAY(),1)计算
6、下个月最后一天的日期。如果第二参数写成0,也就是=EOMONTH(TODAY(),0),这样计算的是本月最后一天的日期。再用=DAY(EOMONTH(TODAY(),0))就可以计算出当前这个月一共有多少天了。10、=EOMONTH(TODAY(),0)-TODAY()计算今天到本月底还有多少天。绿色部分是月底的日期,红色部分是今天的日期。11、=IF(COUNT(-"2-29"),"是","否")计算今年是不是闰年。beconsistentwithinthesamedisk.Alternateunifiedcorerequirem
7、entsplacedontheterminalstripterminals,onlineidentityandensurethecoppercoreisnotexposed.6.4.6enclosurewithinthesametothecablecoreprovidesbindingintoacircle,harnesstiespacingisgenerally100mm;branchofficesshallbebindingonbothends,eachcore7格子社区Excel互助交流平台在Excel中如果输入“月/日”形式
8、的日期,会默认按当前年份处理。如果当前年份中没有2月29日,输入"2-29"就会作为文本处理。如果当前年份没有2月29日,"2-29"前面加上负号,就相当于在文本前加负号,会返回错误值#VALUE!。再用COUNT函数判断-"2-29