Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Allan
 
Posts: n/a
Default Calculate hour and minutes worked each day

As a novice to Excel I am trying to work out a formula to calculate hours and
minutes worked each day (start and finish) and then at the end of the week
add these times to calculate weekly salary.
  #2   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default Calculate hour and minutes worked each day

if a2 isthe start time and B2 is end time in c2 type thisformula
=IF(B3-A3<0,B3-A3+24,B3-A3)
format C2 as time
your can copy this file down keeping the format in column C as Time

====================
"Allan" wrote in message
...
As a novice to Excel I am trying to work out a formula to calculate hours

and
minutes worked each day (start and finish) and then at the end of the week
add these times to calculate weekly salary.



  #3   Report Post  
Biff
 
Posts: n/a
Default Calculate hour and minutes worked each day

Try this instead:

If you want the result in time: 8:00, format the cell as [h]:mm

=B3-A3+(B3<A3)

If you want the result in decimal: 8

=(B3-A3+(B3<A3))*24

Biff

"R.VENKATARAMAN" wrote in message
...
if a2 isthe start time and B2 is end time in c2 type thisformula
=IF(B3-A3<0,B3-A3+24,B3-A3)
format C2 as time
your can copy this file down keeping the format in column C as Time

====================
"Allan" wrote in message
...
As a novice to Excel I am trying to work out a formula to calculate hours

and
minutes worked each day (start and finish) and then at the end of the
week
add these times to calculate weekly salary.





  #4   Report Post  
Posted to microsoft.public.excel.newusers
David McRitchie
 
Posts: n/a
Default Calculate hour and minutes worked each day

One more thing when totaling time in the hh:mm format
you want to use [h]:mm to keep the hour from overflowing
into days. when you want to convert to a decimal number
with fractional decimals multiply by 24 and format as a number.
---
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

"Biff" wrote in message ...
Try this instead:

If you want the result in time: 8:00, format the cell as [h]:mm

=B3-A3+(B3<A3)

If you want the result in decimal: 8

=(B3-A3+(B3<A3))*24

Biff

"R.VENKATARAMAN" wrote in message
...
if a2 isthe start time and B2 is end time in c2 type thisformula
=IF(B3-A3<0,B3-A3+24,B3-A3)
format C2 as time
your can copy this file down keeping the format in column C as Time

====================
"Allan" wrote in message
...
As a novice to Excel I am trying to work out a formula to calculate hours

and
minutes worked each day (start and finish) and then at the end of the
week
add these times to calculate weekly salary.







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
converting time worked to dollars earned. gail New Users to Excel 3 August 30th 05 01:59 AM
how do i calculate hours worked in excel? Skip4t4 Excel Worksheet Functions 9 March 5th 05 07:15 PM
Round Time with Conditions KimLL Charts and Charting in Excel 1 February 15th 05 04:23 PM
convert hours and minutes to minutes idaho Excel Discussion (Misc queries) 2 January 27th 05 09:45 PM
Time sheet set up specifically HT New Users to Excel 5 December 5th 04 05:56 PM


All times are GMT +1. The time now is 01:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"