networkdays and holidays

T

TST

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.
 
L

Laura Cook

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)
 
T

TST

Thank you. Formula works great!.

Laura Cook said:
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top