I'm using this to add business days to a certain date. it works just like an excel function:
WORKDAY(start_date,business days to add,[holidays])
and I would like it to read a list of holidays from a .txt
file like this:
2017-09-18
2017-09-19
2017-10-09
2017-12-25
how can I do this? it would be easier to load it from an excel or a txt. is just fine?
Thanks in advance!