Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel - Time in Minutes between dates

Hi,

Can any one help me in calculating time in Minutes between any give
date

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default Excel - Time in Minutes between dates

Hi P. Balakrishnan!

With start date in A1 and end date in B1:
=(B1-A1)*24*60

Excel records dates and times as serial numbers where the integer is
number of days from 31-Dec-1899 and the decimal part is the decimal
part of a day.

If the dates include time, you can get the minutes from the above
taking into account the time of day of start date and end date. You
might want to use =NOW() for one of the inputs as, compared with
TODAY(), NOW() takes system date and time.

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.


  #3   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 234
Default Excel - Time in Minutes between dates

A date is stored as a number, with decimal places.

NumberOfDaysBetween = (LastDate - FirstDate)
NumberOfHoursBetween = 24 * NumberOfDaysBetween
NumberOfMinutesBetween = 60 * NumberOfHoursBetween
etc.


-----Original Message-----
Hi,

Can any one help me in calculating time in Minutes

between any given
dates


---
Message posted from http://www.ExcelForum.com/

.

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
Number of Hours&Minutes between Dates and time Jeremy Excel Discussion (Misc queries) 2 February 8th 08 08:44 PM
Need to determine the elapsed Minutes between 2 dates in excel EasyButton Excel Worksheet Functions 3 August 20th 07 04:28 PM
Time inputted as minutes and seconds Excel edbarunning New Users to Excel 3 May 19th 06 01:14 PM
Using military time but with 100 minutes not 60 minutes srwamp Excel Discussion (Misc queries) 7 November 21st 05 09:41 AM
how to subtract time cards in minutes in excel excelsior Excel Worksheet Functions 1 June 6th 05 05:44 AM


All times are GMT +1. The time now is 09:16 AM.

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"