#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
john tyler
 
Posts: n/a
Default negative times

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default negative times

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chris Marlow
 
Posts: n/a
Default negative times

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
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
Subtract times and let result go negative Mr Wit Excel Worksheet Functions 1 February 7th 06 09:03 PM
Dispalying negative times Francis Brown Excel Worksheet Functions 4 November 20th 05 02:09 AM
Negative times gavin Excel Discussion (Misc queries) 1 April 9th 05 03:11 PM
How do i enter negative times in Excel & how can they be 'fiddled. stuck! Excel Discussion (Misc queries) 2 April 7th 05 02:05 PM
Negative times gavin Excel Discussion (Misc queries) 8 March 27th 05 02:41 PM


All times are GMT +1. The time now is 02:37 AM.

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"