Forum Discussion

vishalbaldania's avatar
9 years ago

Date Diff. Using Today() function

As you can see in below image I have four calculate column: Over Due - Days: Excel Formula: =IF(ISBLANK(D2),"",IF(D2<TODAY(),DATEDIF(D2,TODAY(),"d"),"Days Next Due")) Next Due - Days: Excel Formula...