Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
tankerman
 
Posts: n/a
Default how do i find # hrs & mins. between 2 different dates and times

In excel I have to keep start and finish times for different product
movements, I am constantly figuring the # of hours and mins. EXAMPLE start
date 8/12/2005 time 13:15, finish date 8/13/2005 time 05:35 equals 16 hrs and
20 minutes. Can excel figure this for me or am I out of luck.
  #2   Report Post  
Ian
 
Posts: n/a
Default

Enter the date and time data in one cell as eg 8/12/2005 13:15 then subtract
one from the other. Format the cell as hh:mm


--
Ian
--
"tankerman" wrote in message
...
In excel I have to keep start and finish times for different product
movements, I am constantly figuring the # of hours and mins. EXAMPLE
start
date 8/12/2005 time 13:15, finish date 8/13/2005 time 05:35 equals 16 hrs
and
20 minutes. Can excel figure this for me or am I out of luck.



  #3   Report Post  
KL
 
Posts: n/a
Default

if
[A1]='8/12/2005 13:15'
and
[B1]='8/13/2005 05:35'
then
[C1]=B1-A1

and format [C1] as absolute time - menu: FormatCell..., tab: Number,
category: Custom, type: [h]:mm

Regards,
KL


"tankerman" wrote in message
...
In excel I have to keep start and finish times for different product
movements, I am constantly figuring the # of hours and mins. EXAMPLE
start
date 8/12/2005 time 13:15, finish date 8/13/2005 time 05:35 equals 16 hrs
and
20 minutes. Can excel figure this for me or am I out of luck.



  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Tue, 13 Sep 2005 06:45:03 -0700, tankerman
wrote:

In excel I have to keep start and finish times for different product
movements, I am constantly figuring the # of hours and mins. EXAMPLE start
date 8/12/2005 time 13:15, finish date 8/13/2005 time 05:35 equals 16 hrs and
20 minutes. Can excel figure this for me or am I out of luck.



A1: 8/12/2005 13:15
A2: 8/13/2005 05:35

A3: =A2-A1
Format/Cells/Number/Custom Type: [h]:mm

Note the brackets around the 'h'. This allows display of hours 24.


--ron
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
Adding minutes showing total in hours/minutes, i.e., 60 mins + 60 mins + 15 mins to total of 2 hours 15 mins? StargateFan Excel Discussion (Misc queries) 8 January 7th 06 07:35 PM
Find last occurance of text in range farutherford Excel Worksheet Functions 5 August 30th 05 02:00 AM
Find within Workbook. Matt Carter Excel Discussion (Misc queries) 2 August 3rd 05 07:40 PM
How do I find the cell address of the 2nd largest of a set? Mr. Snrub Excel Discussion (Misc queries) 4 May 30th 05 12:53 PM
Excel has a "Find Next" command but no "Find Previous" command. Michael Fitzpatrick Excel Discussion (Misc queries) 2 January 10th 05 11:45 PM


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