I didn't see anything like this problem in the community questions. I
downloaded the "timecard with breaks" template from the MS site. The time-in
and time-out cells are formatted to hh:mm AM/PM. The contents show blank
until a time is entered.
I added a summary schedule worksheet where I formatted the time-in and
time-out cells also to hh:mm AM/PM. I point to each of these cells on the
different timecard sheets (ex Sammy!E11). When there is nothing in the
individual cells, the summary cells show 12:00 AM instead of blank. I don't
understand why this would be, and don't know how to fix it.
I appreciate any suggestions as to how to fix this.
Thanks.

Signature
Helene
bpeltzer - 30 Jul 2006 23:03 GMT
Instead of always picking up the value from the time sheet, first test for a
blank input cell. That is, =IF(ISBLANK(Sammy!E11),"",Sammy!E11)
> I didn't see anything like this problem in the community questions. I
> downloaded the "timecard with breaks" template from the MS site. The time-in
[quoted text clipped - 8 lines]
>
> Thanks.
Helene - 31 Jul 2006 14:00 GMT
I'll use this. Thanks for you help!

Signature
Helene
> Instead of always picking up the value from the time sheet, first test for a
> blank input cell. That is, =IF(ISBLANK(Sammy!E11),"",Sammy!E11)
[quoted text clipped - 11 lines]
> >
> > Thanks.
Biff - 31 Jul 2006 01:45 GMT
Hi!
bpeltzer explained how to correct the problem, as to why it's
happening.......
If you link to any empty cell the result will be 0. Since you have
preformatted the cells as TIME they will display 12:00 AM because 12:00 AM
is the TIME formatted equivalent of 0.
Biff
> I didn't see anything like this problem in the community questions. I
> downloaded the "timecard with breaks" template from the MS site. The
[quoted text clipped - 10 lines]
>
> Thanks.
Helene - 31 Jul 2006 14:01 GMT
Thanks for addressing the "why" Biff.

Signature
Helene
> Hi!
>
[quoted text clipped - 21 lines]
> >
> > Thanks.
Biff - 31 Jul 2006 19:30 GMT
You're welcome!
I'm a "why" kind of guy!
Biff
> Thanks for addressing the "why" Biff.
>
[quoted text clipped - 28 lines]
>> >
>> > Thanks.