hello all-
i am trying to subtract one date/time column (D) in format #mm/dd/yy hh:mm# from another(E) in the same format, to get a result in format #hh:mm#. since these values are for business time based on workdays, i have written a basic formula to obtain serial number values for the caluculated results, which looks like this:
=IF(HOUR(E2-D2)>15,(HOUR(E2-D2)-15),(E2-D2))
my question is: is there a function which will convert serial values BACK into #hh:mm#?
if anyone knows of a better way to do this, i'm interested.
thanks!
aperture
i am trying to subtract one date/time column (D) in format #mm/dd/yy hh:mm# from another(E) in the same format, to get a result in format #hh:mm#. since these values are for business time based on workdays, i have written a basic formula to obtain serial number values for the caluculated results, which looks like this:
=IF(HOUR(E2-D2)>15,(HOUR(E2-D2)-15),(E2-D2))
my question is: is there a function which will convert serial values BACK into #hh:mm#?
if anyone knows of a better way to do this, i'm interested.
thanks!
aperture