返回某个日期是第几个季度的函数
ROUNDUP(month(today())/3)
把today()改成你的时间
ROUNDUP(month("2024-12-26")/3)+"季度"
计算当天是第几季度
ROUNDUP(MONTH(today())/3.3,0)
quarter(日期)