P
Peggy
How to convert a text to date in Excel 2002
e.g:
---------------------------------------------------------------------------------------
Started Finished Total Run Time
---------------------------------------------------------------------------------------
May 14, 2004 10:00:00 AM May 14, 2004 10:48:07 AM
---------------------------------------------------------------------------------------
How to get the total run time
I used
C2 = TEXT(B2-A2, "d h:mm:ss"
This can be done but only if
A2 = 5/14/2004 10:00:00 AM
B2 5/14/2004 10:48:07 AM
e.g:
---------------------------------------------------------------------------------------
Started Finished Total Run Time
---------------------------------------------------------------------------------------
May 14, 2004 10:00:00 AM May 14, 2004 10:48:07 AM
---------------------------------------------------------------------------------------
How to get the total run time
I used
C2 = TEXT(B2-A2, "d h:mm:ss"
This can be done but only if
A2 = 5/14/2004 10:00:00 AM
B2 5/14/2004 10:48:07 AM