Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Calculate lead time for a non european country

I am in charge of calculating the leadtime between orders received date and
time VS Orders delievered to the client. The problem is that the concerned
logistics facility is located in a country where week ends starts from
Thusrday 2 pm until Saturday 08:30 am.
The datas are entered like "dd:mm:yy hh:mm"
I would like a formula which gives me for the below datas :
15/03/07 10:00 (start) 17/03/07 13:00 (End) = Lead time in dd:hh:mm On this
case, I would like the resuly to show 00:17:00 which is 17 hours (Thursday
from 10:00 to 14:00 = 4 hours and Saturday from 00:00 to 13:00 = 13 hours.
Total = 4 + 13 = 17 hours). I would also like the formula to remove the
holidays listed on a separate sheet.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default Calculate lead time for a non european country

I don't understand how you get your result of 17 hours, but, regardless, it
should be a simple matter of adding and subtracting times.

I would put your weekend start and end times in separate cells, eg:

A1 = 15/03/07 14:00
A2 = 17/03/07 08:30
Make sure these are stored as date/times in Excel.

If your other times are in A3 and A4, as in:
A3 = 15/03/07 10:00
A4 = 17/03/07 13:00

your lead time result would be:

=a3-a1+a4-a2
Format as a time, as in [hh]:mm

--
Regards,
Fred


"Excel Dubai" wrote in message
...
I am in charge of calculating the leadtime between orders received date and
time VS Orders delievered to the client. The problem is that the concerned
logistics facility is located in a country where week ends starts from
Thusrday 2 pm until Saturday 08:30 am.
The datas are entered like "dd:mm:yy hh:mm"
I would like a formula which gives me for the below datas :
15/03/07 10:00 (start) 17/03/07 13:00 (End) = Lead time in dd:hh:mm On this
case, I would like the resuly to show 00:17:00 which is 17 hours (Thursday
from 10:00 to 14:00 = 4 hours and Saturday from 00:00 to 13:00 = 13 hours.
Total = 4 + 13 = 17 hours). I would also like the formula to remove the
holidays listed on a separate sheet.



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
IF statement to calculate time usage in specific time bands Daren Excel Worksheet Functions 6 January 31st 07 01:34 PM
how to calculate time start & time finish in quarter hour Peter Wu Excel Discussion (Misc queries) 3 June 7th 06 12:58 AM
HOW DO I CALCULATE TIME IN A TIME SHEET FOR EXCEL RAFAEL New Users to Excel 1 June 26th 05 11:32 PM
i need to calculate the total time from a start time to and end t. Bob Excel Discussion (Misc queries) 1 February 22nd 05 04:54 PM
How do I set up a formula on a time sheet to calculate time in 1/. gschmid Excel Discussion (Misc queries) 2 January 18th 05 01:48 PM


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