Thanks Dave, that work well. Let me ask something about how excel does
dates/time. If I enter the value 1 in a cell. Is that's 1/24 of a day,
correct? And from what you wrote below, 0.04166666666667 is one hour.
For some great info on how Excel stores and computes dats/times see Chip
Pearson's site.
http://www.cpearson.com/excel/datetime.htm#SerialDates
Gord Dibben MS Excel MVP
>Thanks Dave, that work well. Let me ask something about how excel does
>dates/time. If I enter the value 1 in a cell. Is that's 1/24 of a day,
[quoted text clipped - 43 lines]
>>> >
>>> > Dave Peterson
M.Siler - 17 Apr 2007 19:14 GMT
That's a very helpful site. Thanks!
> For some great info on how Excel stores and computes dats/times see Chip
> Pearson's site.
[quoted text clipped - 54 lines]
>>>> >
>>>> > Dave Peterson
Dave Peterson - 17 Apr 2007 20:09 GMT
I should have scrolled down <sigh>.
> For some great info on how Excel stores and computes dats/times see Chip
> Pearson's site.
[quoted text clipped - 54 lines]
> >>
> >> Dave Peterson

Signature
Dave Peterson
Gord Dibben - 17 Apr 2007 20:21 GMT
You needed the practice<g>
And I still haven't activated my chellspecker.
Gord
>I should have scrolled down <sigh>.
>
[quoted text clipped - 56 lines]
>> >>
>> >> Dave Peterson
Nope.
If you type 1 into a cell, it's 1 day (= 24 hours). Excel keeps track of dates
(and times) by just counting from a common starting date.
For most WinTel users, it's the number of days since Dec 31, 1899. For most Mac
users, it's Dec 31, 1903.
You can change the starting date via Tools|Options|Calculation tab (1904 date
system).
And times are just fractions of days.
So one hour =1/24 (so .75 = 3/4 = 18 hours = 18/24ths of a day)
And one minute =1/24/60
Chip Pearson goes into more details:
http://cpearson.com/excel/datetime.htm
> Thanks Dave, that work well. Let me ask something about how excel does
> dates/time. If I enter the value 1 in a cell. Is that's 1/24 of a day,
[quoted text clipped - 47 lines]
> >
> > Dave Peterson

Signature
Dave Peterson
Harlan Grove - 17 Apr 2007 21:26 GMT
Dave Peterson <peter...@verizonXSPAM.net> wrote...
...
>For most WinTel users, it's the number of days since Dec 31, 1899. For most
>Mac users, it's Dec 31, 1903.
...
Someone has to be picky.
1900 date system: numbers 61 to 2958465 (31 Dec 9999) are 60 plus the
number of days since 28 Feb 1900; numbers 1 to 59 are number of days
since 31 Dec 1899; 60 is fubar since 1900 wasn't a leap year.
1904 date system: numbers 0 to 2957003 (31 Dec 9999) are number of
days from 1 Jan 1904, *not* 31 Dec 1899 since 0 represents 1 Jan 1904
in this date system.