I have two fields like
Beginning date ending date
4/13/2006 16:02:29 4/13/2006 16:03:05
I calculated the latency between the two fields by doing this,
=TEXT(J2-I2,"h:mm:ss")
Now, I'd like to get an average, but I can not seem to get it to work.
I tried to do something like this but it does not work,
=TEXT(Average(J2-I2,"h:mm:ss"))
Any idea?
Thanks,
Rita
Beginning date ending date
4/13/2006 16:02:29 4/13/2006 16:03:05
I calculated the latency between the two fields by doing this,
=TEXT(J2-I2,"h:mm:ss")
Now, I'd like to get an average, but I can not seem to get it to work.
I tried to do something like this but it does not work,
=TEXT(Average(J2-I2,"h:mm:ss"))
Any idea?
Thanks,
Rita