Enable the DATEDIF function in Excel 2016
Solved
Farouk
-
Farouk84 Posted messages 4 Status Membre -
Farouk84 Posted messages 4 Status Membre -
Hi!
I want to use the DATEDIF function in Excel, but I don't know how to activate it in Excel.
Thanks a lot.
I want to use the DATEDIF function in Excel, but I don't know how to activate it in Excel.
Thanks a lot.
It works, but in case I have data spread over several lines and I want to calculate. Column A=date1 and column B=date2 and I want in column C=DATEDIF in age? I want an automatic formula that takes everything into account. Thank you very much!
```=DATEDIF(A2,B2,"y")&" years "&DATEDIF(A2,B2,"ym")&" months and "&DATEDIF(A2,B2,"md")&" days "
A+