1、如图所示Excel界面,判断月份是第几季度?

2、在单元格输入函数
=match(month(E3),{1,4,7,10},1)


3、填充公式后,结果如图。

4、函数match(month(E3),{1,4,7,10},1)
函数参数month(E3)提取月份

5、函数match(month(E3),{1,4,7,10},1)
{1,4,7,10},1——判断季度


时间:2026-02-13 07:09:28
1、如图所示Excel界面,判断月份是第几季度?

2、在单元格输入函数
=match(month(E3),{1,4,7,10},1)


3、填充公式后,结果如图。

4、函数match(month(E3),{1,4,7,10},1)
函数参数month(E3)提取月份

5、函数match(month(E3),{1,4,7,10},1)
{1,4,7,10},1——判断季度

