jimmyjazz16
New Member
- Joined
- Jan 25, 2017
- Messages
- 3
--- Problem 2 - Mr Excel Forum
Change this formulae needed so it works in Excel 2010 version who have no datediff formula available ? Getting hundreds of client sites to upgrade in 24 hrs not possible.
=IF(ISBLANK(U15), "", DATEDIF(U15,$V$3,"y") & " y, " & DATEDIF(U15,$V$3,"ym") & " m ")
in V is the 02/04/2017.
Output Expected is 35 y, 4 m
Change this formulae needed so it works in Excel 2010 version who have no datediff formula available ? Getting hundreds of client sites to upgrade in 24 hrs not possible.
=IF(ISBLANK(U15), "", DATEDIF(U15,$V$3,"y") & " y, " & DATEDIF(U15,$V$3,"ym") & " m ")
in V is the 02/04/2017.
Output Expected is 35 y, 4 m