Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The DateDiff("n",... function does not work in excel for Minutes.
Does anyone know How i can determine the elapsed Minutes between 2 dates? Thanks, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
maybe
=(date1-date2)*24*60 "EasyButton" wrote: The DateDiff("n",... function does not work in excel for Minutes. Does anyone know How i can determine the elapsed Minutes between 2 dates? Thanks, |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
A1 = 1st date and time (Format dd/mm/yyyy hh:mm) A2 = 2nd date, formatted the same. B2 - A2-A1 (formatted [mm]) hth -- Traa Dy Liooar Jock "EasyButton" wrote: The DateDiff("n",... function does not work in excel for Minutes. Does anyone know How i can determine the elapsed Minutes between 2 dates? Thanks, |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=(date1-date2)
format cell as [mm] "EasyButton" wrote: The DateDiff("n",... function does not work in excel for Minutes. Does anyone know How i can determine the elapsed Minutes between 2 dates? Thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I find elapsed time between 2 dates and times? | Excel Worksheet Functions | |||
EXCEL 2003 Dates & elapsed time | Excel Discussion (Misc queries) | |||
How to convert an elapsed time in minutes to Days hours and minute | Excel Discussion (Misc queries) | |||
calculate elapsed time between dates and times | Excel Worksheet Functions | |||
Ref: Formula to calculate elapsed time between certain dates and t | Excel Discussion (Misc queries) |