Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Difference Between Two Times

I am calculating the difference between times. C20 reflects the start time
11:55 PM and E20 reflects the end time 12:15 AM. How do I show the time
difference in minutes?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Difference Between Two Times

Try this

=E20-C20+(E20<C20)

Apply a custom format of [mm]


Mike

"ANYX" wrote:

I am calculating the difference between times. C20 reflects the start time
11:55 PM and E20 reflects the end time 12:15 AM. How do I show the time
difference in minutes?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Difference Between Two Times

Hi,

One way
=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))

or

select the date then

Data|Text to columns - Next - Next - Select Date - YMD

Finish

Mike

"ANYX" wrote:

I am calculating the difference between times. C20 reflects the start time
11:55 PM and E20 reflects the end time 12:15 AM. How do I show the time
difference in minutes?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Difference Between Two Times

oops wrong thread

"Mike H" wrote:

Hi,

One way
=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))

or

select the date then

Data|Text to columns - Next - Next - Select Date - YMD

Finish

Mike

"ANYX" wrote:

I am calculating the difference between times. C20 reflects the start time
11:55 PM and E20 reflects the end time 12:15 AM. How do I show the time
difference in minutes?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Difference Between Two Times

=MOD(E20-C20,1)*24*60 and format as General or Number
--
David Biddulph

ANYX wrote:
I am calculating the difference between times. C20 reflects the
start time 11:55 PM and E20 reflects the end time 12:15 AM. How do I
show the time difference in minutes?





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Difference Between Two Times

And one mo
=mod(e20-c20,1)

Regards,
Fred.

"ANYX" wrote in message
...
I am calculating the difference between times. C20 reflects the start time
11:55 PM and E20 reflects the end time 12:15 AM. How do I show the time
difference in minutes?


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
How to calculate the difference between two different times. Highbury 1[_2_] Excel Worksheet Functions 1 February 24th 09 06:27 PM
Difference between two times Jester Excel Discussion (Misc queries) 4 August 31st 06 01:36 PM
Difference between date and times Neil_Pattison Excel Discussion (Misc queries) 2 August 16th 06 02:26 PM
Difference in Times bcbjork Excel Discussion (Misc queries) 6 August 27th 05 03:42 PM
Difference between 2 times and dates Stefan Buijs Excel Worksheet Functions 1 May 26th 05 02:21 PM


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