|
在 Excel 中如何按某個(gè)統(tǒng)計(jì)日期計(jì)算周歲? =DATEDIF(A2,"2006-8-31","y") "Y" 時(shí)間段中的整年數(shù); "M" 時(shí)間段中的整月數(shù); "D" 時(shí)間段中的天數(shù); "MD" start_date 與 end_date 日期中天數(shù)的差,忽略日期中的月和年; "YM" start_date 與 end_date 日期中月數(shù)的差,忽略日期中的日和年; "YD" start_date 與 end_date 日期中天數(shù)的差,忽略日期中 的年。 |
|
|