I have seen lots of threads similar to this but non that quite fits the bill.
I want to write a function that adds a number of working days to a date. I need to take into account Holidays. The holiday dates I want to put into a table not hard code into the function.
How can I do this?
I want to write a function that adds a number of working days to a date. I need to take into account Holidays. The holiday dates I want to put into a table not hard code into the function.
How can I do this?