Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
gschmid
 
Posts: n/a
Default How do I set up a formula on a time sheet to calculate time in 1/.

I am setting up a time spreadsheet and I want all of my totals to be
calculated in 1/4 increments.

Example:
IN OUT IN OUT TOTAL
7:01 AM 11:47AM 12:50 PM 4:32 PM = 8:30 hours
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Don't know what you total formula is, but let us say it is

=(B2-A2)+(D2-C2)

If you want to round this to the nearest quarter hour use

=ROUND(((B2-A2)+(D2-C2))*96,0)/96

If you want to round up a quarter hour, use

=ROUNDUP(((B2-A2)+(D2-C2))*96,0)/96

--

HTH

RP
(remove nothere from the email address if mailing direct)


"gschmid" wrote in message
...
I am setting up a time spreadsheet and I want all of my totals to be
calculated in 1/4 increments.

Example:
IN OUT IN OUT TOTAL
7:01 AM 11:47AM 12:50 PM 4:32 PM = 8:30 hours



  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Just another way:

=CEILING(B2-A2+D2-C2, 1/96)

In article ,
"Bob Phillips" wrote:

If you want to round up a quarter hour, use

=ROUNDUP(((B2-A2)+(D2-C2))*96,0)/96

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
Formula displays does not calculate Neil Bhandar Excel Discussion (Misc queries) 4 January 10th 05 11:55 PM
calculate negative or positve difference in time kpmoore Excel Discussion (Misc queries) 2 January 5th 05 02:35 AM
is it possible to use F9 to manually calculate in a single sheet or single workbook? Hersbt Excel Discussion (Misc queries) 2 December 29th 04 05:42 PM
What is the formula for getting time difference e.g. ("4 hrs 15 m. Sandeep Manjrekar Charts and Charting in Excel 3 December 4th 04 06:18 AM


All times are GMT +1. The time now is 11:26 PM.

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

About Us

"It's about Microsoft Excel"