Good afternoon,
I am building a code via sharepoint that follows the lines of ms excel.
1st Code
=DATEDIF([EOD Date],Today,"y")&" years,
"&DATEDIF([EOD Date],Today,"ym")&" months,
"&DATEDIF([EOD Date],Today,"md")&" days"
-In my first calculation, if [EOD Date] is blank, it will return...