Hi
I have a series of holiday periods in a table specified with a start and end date e.g.
Does anyone know of a way to use networkdays be referencing these dates that avoids having to manually create lists of all the dates between the start and end holiday dates, for each holiday period?
e.g. the results of =networkdays(30-Sep-16,15-Jan-17,holidays as above) would be 63
Many thanks in advance.
I have a series of holiday periods in a table specified with a start and end date e.g.
Code:
Holiday Start Date End Date
Holiday1 22 Oct 16 30 Oct 16
Holiday2 22 Dec 16 02 Jan 17
Does anyone know of a way to use networkdays be referencing these dates that avoids having to manually create lists of all the dates between the start and end holiday dates, for each holiday period?
e.g. the results of =networkdays(30-Sep-16,15-Jan-17,holidays as above) would be 63
Many thanks in advance.