Thanks!
From this you can deduce the date parts if you need them.
--
Greeting from the Mississippi Gulf Coast!
http://myweb.cableone.net/twodays
"Terry Carpenter" <terry.c...@lmco.com> wrote in message
news:6c278vkphgd5n8sna...@4ax.com...
Dates are stored as whole numbers, and times as fractions of a day, so 08:00
on 1/1/2000 is 36526.33333 etc
Therefore, to convert to MST (whatever that is) add/subtract your time
differential from Zulu. Here on East Coast Australia, in Daylight Savings
Time (summer time or whatever) we are UTC +11, therefore to convert to
local, I would add 11/24 to the time (eg value in A1 in B1
formula"=A1+11/24")
To display only the time portion, format the cells as time.
Steve
"Terry Carpenter" <terry.c...@lmco.com> wrote in message
news:6c278vkphgd5n8sna...@4ax.com...
B3: 04/21/2003 15:12
C3: =B3 - 7/24
More information on Date and Time in
http://www.mvps.org/dmcritchie/excel/datetime.htm
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
"Terry Carpenter" <terry.c...@lmco.com> wrote in message news:6c278vkphgd5n8sna...@4ax.com...