F
FDDavis
I want to take a date in cell A12 being the begin date in the format
m/d/yyyy h:mm:ss and a date in cell b12 the end date in the same format
then in cell c12 have it display the difference in the format x
Years x Months x Days x Hours x Minutes and x Seconds which is
how many years, months, days, hours, minutes and seconds there are
between begin date and end date. the following formula gets me down to
the days but i am stumped as to how to get down to the hours,minutes
and seconds cell c12 is formated as general
=DATEDIF(A12,B12,"y")&" Years, "&DATEDIF(A12,B12,"ym")&" Months,
"&DATEDIF(A12,B12,"md")&" Days"
a12 is 1/3/2003 16:22:00
b12 is 2/2/2004 16:22:27
c12 results is 1 Years, 0 Months, 30 Days
Thanks for any help
m/d/yyyy h:mm:ss and a date in cell b12 the end date in the same format
then in cell c12 have it display the difference in the format x
Years x Months x Days x Hours x Minutes and x Seconds which is
how many years, months, days, hours, minutes and seconds there are
between begin date and end date. the following formula gets me down to
the days but i am stumped as to how to get down to the hours,minutes
and seconds cell c12 is formated as general
=DATEDIF(A12,B12,"y")&" Years, "&DATEDIF(A12,B12,"ym")&" Months,
"&DATEDIF(A12,B12,"md")&" Days"
a12 is 1/3/2003 16:22:00
b12 is 2/2/2004 16:22:27
c12 results is 1 Years, 0 Months, 30 Days
Thanks for any help