Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
if i have a delivery thats booked for 5:00pm but is delivered at 6:15pm how
can i show that is was delivered 1 hour 15min late, Or could i show date and time of intended delivery Actual date of time & delivery and in hours & mintues if we where late or early |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MAX(delivery_time-due_time,0)
and format as time -- HTH Bob Phillips (remove nothere from email address if mailing direct) "john tyler" wrote in message ... if i have a delivery thats booked for 5:00pm but is delivered at 6:15pm how can i show that is was delivered 1 hour 15min late, Or could i show date and time of intended delivery Actual date of time & delivery and in hours & mintues if we where late or early |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You could try something like; =IF(B1A1,TEXT(B1-A1,"h:mm")&" late",TEXT(A1-B1,"h:mm")&" early") Regards, Chris. -- Chris Marlow MCSD.NET, Microsoft Office XP Master "john tyler" wrote: if i have a delivery thats booked for 5:00pm but is delivered at 6:15pm how can i show that is was delivered 1 hour 15min late, Or could i show date and time of intended delivery Actual date of time & delivery and in hours & mintues if we where late or early |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtract times and let result go negative | Excel Worksheet Functions | |||
Dispalying negative times | Excel Worksheet Functions | |||
Negative times | Excel Discussion (Misc queries) | |||
How do i enter negative times in Excel & how can they be 'fiddled. | Excel Discussion (Misc queries) | |||
Negative times | Excel Discussion (Misc queries) |