Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TST TST is offline
external usenet poster
 
Posts: 6
Default networkdays and holidays

I am currenlty using networkdays formula to cacluate the number of days it
takes for a product to arrive to our company. (i.e. arrival date - order
date = lead time). How can I modify networkdays to not count certain
holidays.

Would it be possible to have another worksheet that I can store holidays so
the formula does not count that day?

Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default networkdays and holidays

Put the arrival date and the order date in A1 and A2, and then put the dates
of the holidays in cells, say C1, C2, C3, etc...Select the cells with
holiday dates and name the range "HOLIDAYS" using the Name Box.

The formula then can read something similar to::

=NETWORKDAYS(A1,A2,HOLIDAYS)


"TST" wrote in message
...
I am currenlty using networkdays formula to cacluate the number of days it
takes for a product to arrive to our company. (i.e. arrival date - order
date = lead time). How can I modify networkdays to not count certain
holidays.

Would it be possible to have another worksheet that I can store holidays
so
the formula does not count that day?

Thank you.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TST TST is offline
external usenet poster
 
Posts: 6
Default networkdays and holidays

Thank you. Formula works great!.

"Laura Cook" wrote:

Put the arrival date and the order date in A1 and A2, and then put the dates
of the holidays in cells, say C1, C2, C3, etc...Select the cells with
holiday dates and name the range "HOLIDAYS" using the Name Box.

The formula then can read something similar to::

=NETWORKDAYS(A1,A2,HOLIDAYS)


"TST" wrote in message
...
I am currenlty using networkdays formula to cacluate the number of days it
takes for a product to arrive to our company. (i.e. arrival date - order
date = lead time). How can I modify networkdays to not count certain
holidays.

Would it be possible to have another worksheet that I can store holidays
so
the formula does not count that day?

Thank you.




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
Removing holidays and weekends , networkdays amyk1313 Excel Discussion (Misc queries) 1 May 30th 06 05:29 PM
Removing holidays and weekends , networkdays amyk1313 Excel Discussion (Misc queries) 0 May 30th 06 05:17 PM
Ignoring weekends & holidays-NETWORKDAYS? chaminod Excel Worksheet Functions 9 January 27th 06 09:57 PM
Holidays Jerry Levinson Excel Worksheet Functions 2 January 14th 06 12:39 AM
Use networkdays INCLUDE weekends, Exclude holidays ronnomad Excel Worksheet Functions 4 December 16th 05 04:55 PM


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