Forum Discussion

Stasha_MAPI's avatar
Stasha_MAPI
Copper Contributor
Feb 10, 2023
Solved

Calculating duration between two dates, return result in Year Month & Day count

Hello, I have a spreadsheet with hire dates listed in a column. I need to count the duration of time between the hire date and a date in another column. I want the return answer to show in year, mont...
  • Riny_van_Eekelen's avatar
    Feb 11, 2023

    Stasha_MAPI Try this:

    =DATEDIF(B3,F3,"Y")&"yr, "&DATEDIF(B3,F3,"YM")&"mth "&DATEDIF(B3,F3,"MD")&"d"

Resources