Text to date then subtract...
Yet another answer. Use this formula (same end result as Dave O's formula; a
number excel can interpret as date and time)
=VALUE(TEXT(B1,"####-##-## ##\:##\:##"))-VALUE(TEXT(A1,"####-##-##
##\:##\:##"))
and format the cell as
[s]
to show only seconds.
"ryan" wrote:
Hello all,
Time to ask the experts, I'm completly lost!
I've got two text fields that are actually dates & times:
A1 = 20030715085639
B1 = 20030715085707
I need the difference in seconds between the two ... in this example 28.
|