Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Calculating Time

I am working on a time management log that captures the time they
start and the time they stop in the spreadsheet. In another column I
use the =TEXT(F2-E2, "h:mm:ss") function to calculate the elapsed
time. How do I calculate the column of elapsed times?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Calculating Time

Hi
in this other column don't use this formula as it creates a string
value. Use the formula
=F2-E2
and format this cell with the format hh:mm:ss

Now to add these data use a formula like
=SUM(G2:G10)
and format this cell with the custom format
[hh]:mm

note the '[' brackets. They prevent the rollover after 24 hours


--
Regards
Frank Kabel
Frankfurt, Germany


Tamara wrote:
I am working on a time management log that captures the time they
start and the time they stop in the spreadsheet. In another column I
use the =TEXT(F2-E2, "h:mm:ss") function to calculate the elapsed
time. How do I calculate the column of elapsed times?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Calculating Time

Thanks so much, Frank!

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
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
Time Sheet - Calculating Time Differences for Totals Kathy Excel Discussion (Misc queries) 3 January 14th 10 10:04 PM
Calculating Time with Date/Time checking in formula cmatera Excel Worksheet Functions 2 August 11th 08 01:38 PM
Calculating Regular time, overtime and double time Brian Smith Excel Worksheet Functions 5 November 9th 07 10:32 PM
calculating timesheet, time-in/time-out = total hours & minutes, . Steve Lindsay Excel Worksheet Functions 13 November 8th 06 03:45 PM


All times are GMT +1. The time now is 04:44 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"