Hi,
I need to calculate the tenure of employees in my org, i wrote this code however I keep getting an #value error, can someone help me?
=DATEDIF(C2,TODAY(),"y") & " years, " & DATEDIF(C2,TODAY(),"ym") & " months "
C2 is the cell where I have the employees joining date.