开始日期~结束日期中间有多少个工作日
例如:3.1到今天有多少工作日
应当用什么函数或者怎么计算
可使用中国节假日工作时间函数:ChineseWorkdays
使用方法:ChineseWorkdays(start, end)
该函数可以获取自2007年以来的所有的法定节假日,并可以计算任意两个日期之间的工作日天数。
参考文档:
https://market.fanruan.com/plugin/59e3b00a-3584-49b4-8947-2ad4daf80c9c
周末工作日判断-https://help.fanruan.com/finereport/doc-view-3197.html
法定节假日判断-https://help.fanruan.com/finereport/doc-view-3909.html
————————————