i'm using this formula NetWorkDays(Date,Date) as WorkingDay to calculate working days; based on this all days from Monday to Friday are considered as working.
I would like to add an excel file, where to list only the holidays and have then the flag WorkingDay to 0 (which means non-working-day).
Anyone can help me and suggest me how to achieve this?