excel计算年龄准确到几岁几月几天
一、符合如下的条件
1岁以上写岁
1月以上写月,
不足月写天。
二、宏代码
Function GetDateDiff(StartD, EndD)
Dim y%, m%, d%
If StartD > EndD Or Not IsDate(StartD) Or Not IsDate(EndD) T......
1岁以上写岁
1月以上写月,
不足月写天。
二、宏代码
Function GetDateDiff(StartD, EndD)
Dim y%, m%, d%
If StartD > EndD Or Not IsDate(StartD) Or Not IsDate(EndD) T......