Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Frantic3d
 
Posts: n/a
Default time sheet claculation

Thanks for piping in Biff.

As a fella said above. I'm lazy.
Across my spreadsheet. I have the typical In Out In Out Total.
Down the right side I have the total for the days.
I want it to total at the bottom of the last right collumn.

Being lazy I would only like to enter the various times from the numeric
keypad. The decimal being used as the colon.
I can get the formula =(A2-B2) + (D2-C2). This will give me the correct
results using 24 time. Across the sheet. But I'm at a lose for getting
the proper total.

TIA
Frantic3D
  #2   Report Post  
Barb R.
 
Posts: n/a
Default

sum()?

"Frantic3d" wrote:

Thanks for piping in Biff.

As a fella said above. I'm lazy.
Across my spreadsheet. I have the typical In Out In Out Total.
Down the right side I have the total for the days.
I want it to total at the bottom of the last right collumn.

Being lazy I would only like to enter the various times from the numeric
keypad. The decimal being used as the colon.
I can get the formula =(A2-B2) + (D2-C2). This will give me the correct
results using 24 time. Across the sheet. But I'm at a lose for getting
the proper total.

TIA
Frantic3D

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

This will give decimal hours

=(TIME(INT(B2),MOD(B2,1)*100,0)-TIME(INT(A2),MOD(A2,1)*100,0)+TIME(INT(D2),M
OD(D2,1)*100,0)-TIME(INT(C2),MOD(C2,1)*100,0))*24

--
HTH

Bob Phillips

"Barb R." wrote in message
...
sum()?

"Frantic3d" wrote:

Thanks for piping in Biff.

As a fella said above. I'm lazy.
Across my spreadsheet. I have the typical In Out In Out Total.
Down the right side I have the total for the days.
I want it to total at the bottom of the last right collumn.

Being lazy I would only like to enter the various times from the numeric
keypad. The decimal being used as the colon.
I can get the formula =(A2-B2) + (D2-C2). This will give me the correct
results using 24 time. Across the sheet. But I'm at a lose for getting
the proper total.

TIA
Frantic3D



  #4   Report Post  
Frantic3d
 
Posts: n/a
Default

"Bob Phillips" wrote in
:

This will give decimal hours

=(TIME(INT(B2),MOD(B2,1)*100,0)-TIME(INT(A2),MOD(A2,1)*100,0)+TIME(INT(
D2),M OD(D2,1)*100,0)-TIME(INT(C2),MOD(C2,1)*100,0))*24


Will the formula allow me to input in decimal form
  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

You can input in A2:D2 in decimal form, like 10.3 is 10:30, 10.45 is 10:45,
etc, but it will return decimal hours, so a total of 8 hours 30 mins will
return as 8.5. This is easier for calculations, such as pay.

--
HTH

Bob Phillips

"Frantic3d" wrote in message
...
"Bob Phillips" wrote in
:

This will give decimal hours

=(TIME(INT(B2),MOD(B2,1)*100,0)-TIME(INT(A2),MOD(A2,1)*100,0)+TIME(INT(
D2),M OD(D2,1)*100,0)-TIME(INT(C2),MOD(C2,1)*100,0))*24


Will the formula allow me to input in decimal form



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
data from one sheet to several in sequential order! firecord New Users to Excel 6 June 22nd 05 06:10 PM
How do I move or copy more then one sheet at a time Carl Excel Worksheet Functions 2 June 3rd 05 12:42 AM
Is there a time sheet template that calculates hours? CTG Excel Discussion (Misc queries) 2 February 24th 05 09:49 PM
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. RonMc5 Excel Discussion (Misc queries) 9 February 3rd 05 01:51 AM
Time Sheet calculations dkostel Excel Worksheet Functions 2 November 23rd 04 11:11 PM


All times are GMT +1. The time now is 08:00 AM.

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"