PC Review


Reply
 
 
=?Utf-8?B?amZ3LUZsb3JpZGE=?=
Guest
Posts: n/a
 
      24th Sep 2006
I want to add a column of times in a time sheet. I can get the hours worked
but can't seem to get the column to add totalhours
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9wcGVycw==?=
Guest
Posts: n/a
 
      24th Sep 2006
You haven't explained exactly what the problem is but if your times are in
hours/minutes (hh:mm) then ensure the "total" cell is formatted as [h]:mm.
The total should be a simple =SUM(A1:A100).

"jfw-Florida" wrote:

> I want to add a column of times in a time sheet. I can get the hours worked
> but can't seem to get the column to add totalhours

 
Reply With Quote
 
=?Utf-8?B?amZ3LUZsb3JpZGE=?=
Guest
Posts: n/a
 
      24th Sep 2006
I have a time sheet with column a as start then b is finish and c is total
time. No problem with b-a=c using hh:mm but when I try to sum col c into a
total the answer is not shown as hh:mm. I have tried everything from general
thru custon and the answer is not correct

"Toppers" wrote:

> You haven't explained exactly what the problem is but if your times are in
> hours/minutes (hh:mm) then ensure the "total" cell is formatted as [h]:mm.
> The total should be a simple =SUM(A1:A100).
>
> "jfw-Florida" wrote:
>
> > I want to add a column of times in a time sheet. I can get the hours worked
> > but can't seem to get the column to add totalhours

 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      24th Sep 2006
Just saying it is "not correct" isn't helping anyone to answer your problem.
What numbers are you adding, and what answer does Excel display when you
format the answer as [h]:mm?
--
David Biddulph

"jfw-Florida" <(E-Mail Removed)> wrote in message
news:7FA7D720-790A-4303-BC26-(E-Mail Removed)...
>I have a time sheet with column a as start then b is finish and c is total
> time. No problem with b-a=c using hh:mm but when I try to sum col c into
> a
> total the answer is not shown as hh:mm. I have tried everything from
> general
> thru custon and the answer is not correct


> "Toppers" wrote:
>
>> You haven't explained exactly what the problem is but if your times are
>> in
>> hours/minutes (hh:mm) then ensure the "total" cell is formatted as
>> [h]:mm.
>> The total should be a simple =SUM(A1:A100).


>> "jfw-Florida" wrote:
>>
>> > I want to add a column of times in a time sheet. I can get the hours
>> > worked
>> > but can't seem to get the column to add totalhours



 
Reply With Quote
 
=?Utf-8?B?amZ3LUZsb3JpZGE=?=
Guest
Posts: n/a
 
      24th Sep 2006
OK - it is a simple time sheet Line one column a is start time say for a Monday
line to column a is start time for Tuesday etc Column b is the end time for
each day and column c is the total hoursw worked for the day. If each day
worked is 8 hours then the total of column c must be 40 hours 0 minutes.

I used the formula =b-a to get the number of hours worked for each line or
day in column c. Then I wanted to sum all the hours worked for column c
which as I said must equal 40 - but the number displayed when using hh:mm is
16.00.

"David Biddulph" wrote:

> Just saying it is "not correct" isn't helping anyone to answer your problem.
> What numbers are you adding, and what answer does Excel display when you
> format the answer as [h]:mm?
> --
> David Biddulph
>
> "jfw-Florida" <(E-Mail Removed)> wrote in message
> news:7FA7D720-790A-4303-BC26-(E-Mail Removed)...
> >I have a time sheet with column a as start then b is finish and c is total
> > time. No problem with b-a=c using hh:mm but when I try to sum col c into
> > a
> > total the answer is not shown as hh:mm. I have tried everything from
> > general
> > thru custon and the answer is not correct

>
> > "Toppers" wrote:
> >
> >> You haven't explained exactly what the problem is but if your times are
> >> in
> >> hours/minutes (hh:mm) then ensure the "total" cell is formatted as
> >> [h]:mm.
> >> The total should be a simple =SUM(A1:A100).

>
> >> "jfw-Florida" wrote:
> >>
> >> > I want to add a column of times in a time sheet. I can get the hours
> >> > worked
> >> > but can't seem to get the column to add totalhours

>
>
>

 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      25th Sep 2006
That's what we'd expect if you use hh:mm. What happens when you use the
format [h]:mm, as suggested?
--
David Biddulph

"jfw-Florida" <(E-Mail Removed)> wrote in message
news:B39D380C-AB87-48F2-8A2E-(E-Mail Removed)...
> OK - it is a simple time sheet Line one column a is start time say for a
> Monday
> line to column a is start time for Tuesday etc Column b is the end time
> for
> each day and column c is the total hoursw worked for the day. If each day
> worked is 8 hours then the total of column c must be 40 hours 0 minutes.
>
> I used the formula =b-a to get the number of hours worked for each line or
> day in column c. Then I wanted to sum all the hours worked for column c
> which as I said must equal 40 - but the number displayed when using hh:mm
> is
> 16.00.


> "David Biddulph" wrote:
>
>> Just saying it is "not correct" isn't helping anyone to answer your
>> problem.
>> What numbers are you adding, and what answer does Excel display when you
>> format the answer as [h]:mm?
>> --
>> David Biddulph


>> "jfw-Florida" <(E-Mail Removed)> wrote in message
>> news:7FA7D720-790A-4303-BC26-(E-Mail Removed)...
>> >I have a time sheet with column a as start then b is finish and c is
>> >total
>> > time. No problem with b-a=c using hh:mm but when I try to sum col c
>> > into
>> > a
>> > total the answer is not shown as hh:mm. I have tried everything from
>> > general
>> > thru custon and the answer is not correct


>> > "Toppers" wrote:
>> >
>> >> You haven't explained exactly what the problem is but if your times
>> >> are
>> >> in
>> >> hours/minutes (hh:mm) then ensure the "total" cell is formatted as
>> >> [h]:mm.
>> >> The total should be a simple =SUM(A1:A100).


>> >> "jfw-Florida" wrote:
>> >>
>> >> > I want to add a column of times in a time sheet. I can get the
>> >> > hours
>> >> > worked
>> >> > but can't seem to get the column to add totalhours



 
Reply With Quote
 
=?Utf-8?B?amZ3LUZsb3JpZGE=?=
Guest
Posts: n/a
 
      25th Sep 2006
Thanks David - that did the trick - never worked with time before and had no
idea about the formulas thanks again!

Frank

"David Biddulph" wrote:

> That's what we'd expect if you use hh:mm. What happens when you use the
> format [h]:mm, as suggested?
> --
> David Biddulph
>
> "jfw-Florida" <(E-Mail Removed)> wrote in message
> news:B39D380C-AB87-48F2-8A2E-(E-Mail Removed)...
> > OK - it is a simple time sheet Line one column a is start time say for a
> > Monday
> > line to column a is start time for Tuesday etc Column b is the end time
> > for
> > each day and column c is the total hoursw worked for the day. If each day
> > worked is 8 hours then the total of column c must be 40 hours 0 minutes.
> >
> > I used the formula =b-a to get the number of hours worked for each line or
> > day in column c. Then I wanted to sum all the hours worked for column c
> > which as I said must equal 40 - but the number displayed when using hh:mm
> > is
> > 16.00.

>
> > "David Biddulph" wrote:
> >
> >> Just saying it is "not correct" isn't helping anyone to answer your
> >> problem.
> >> What numbers are you adding, and what answer does Excel display when you
> >> format the answer as [h]:mm?
> >> --
> >> David Biddulph

>
> >> "jfw-Florida" <(E-Mail Removed)> wrote in message
> >> news:7FA7D720-790A-4303-BC26-(E-Mail Removed)...
> >> >I have a time sheet with column a as start then b is finish and c is
> >> >total
> >> > time. No problem with b-a=c using hh:mm but when I try to sum col c
> >> > into
> >> > a
> >> > total the answer is not shown as hh:mm. I have tried everything from
> >> > general
> >> > thru custon and the answer is not correct

>
> >> > "Toppers" wrote:
> >> >
> >> >> You haven't explained exactly what the problem is but if your times
> >> >> are
> >> >> in
> >> >> hours/minutes (hh:mm) then ensure the "total" cell is formatted as
> >> >> [h]:mm.
> >> >> The total should be a simple =SUM(A1:A100).

>
> >> >> "jfw-Florida" wrote:
> >> >>
> >> >> > I want to add a column of times in a time sheet. I can get the
> >> >> > hours
> >> >> > worked
> >> >> > but can't seem to get the column to add totalhours

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time calculations for Scheduled Time vs. Actual Time Worked The Caterer Microsoft Excel Misc 1 29th Nov 2009 08:08 AM
Difference between Windows Time Service and Internet Time in Date & Time Properties Saucer Man Windows XP General 0 14th Feb 2008 01:51 PM
Commandline utility to adjust time relative to present time (currently set time) dingdongdingding@yahoo.com Windows XP General 11 19th Jan 2006 04:25 AM
UserControl behaviour at author-time design-time and run-time =?Utf-8?B?SWFuIFRhaXRl?= Microsoft Dot NET Framework Forms 1 20th Oct 2004 05:18 PM
problem with date time field - if time=midnight loose time Michael San Filippo Microsoft Access VBA Modules 5 3rd Dec 2003 05:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:37 AM.