When you say "two periods of time" do you mean data like this~
Sept 6, 1939
Jan 1, 2000
or like this~
2 hours 35 minutes
1 century, four hours, and three seconds
If you have two specific points in time, you can find the midpoint between them using datediff. I agree with the last poster.
If you have two time periods, you will need to write a short VB program. Basically, this VB code should
a) convert value one to a certain timescale
b) convert value two to a certain timescale
c) find the average of the two values
d) convert that quotient to a normal phrase
The timescale should be the smallest time unit. For example, if the values were
two days, four minutes
and
three hours, sixteen minutes, three seconds
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.