在EXCEL中,使用WEEKDAY函数可以获取某个日期是星期几,从而可以根据加班日期来判断加班类型。
WEEKDAY函数的语法为:
WEEKDAY(日期, 返回类型)
日期表示要判断的日期,返回类型表示返回的结果类型,其中1表示星期日,2表示星期一,以此类推,到7表示星期六。根据返回的结果可以判断加班日期的类型。
以下是使用WEEKDAY函数根据加班日期判断加班类型的步骤:
- 在EXCEL中选择一个单元格,输入日期,例如A1单元格中输入2022/01/01。
- 在另一个单元格中使用WEEKDAY函数来获取A1单元格中日期的星期几,例如B1单元格中输入=WEEKDAY(A1, 2)。
- 根据返回的结果判断加班类型,例如使用IF函数,如果B1单元格中的值大于1且小于7,则判断为工作日加班,否则判断为周末加班。
通过以上步骤,就可以根据加班日期使用WEEKDAY函数来判断加班类型了。
This article is written by 百晓生, and the copyright belongs to ©Wikishu. 【Unauthorized reprinting is prohibited.】
If you need to reprint, please indicate the source and contact 百晓生 or visit Wikishu(https://wikishu.com) to obtain authorization. Any unauthorized use of the content of this article will be considered an infringement.
Original source: https://wikishu.com/?p=110842