Excel怎么用match函数判断季度
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——判断季度


阅读量:132
阅读量:69
阅读量:68
阅读量:165
阅读量:54
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——判断季度

