Forum Discussion
olimilo
Post Prodigy
9 years agoNETWORKDAYS with Holidays from different countries
Hi guys, this is a bit of a challenge for me and I'm hoping someone can help lead me in the right direction. I have a Records table that I need to check for the # of working days from StartDate t...
olimilo
Post Prodigy
9 years agoHi Anonymous, I think that's only possible if the dates do not repeat. If 3 countries celebrate a holiday on 1/1/2017:
| Date | Country |
| 1/1/2017 | USA |
| 1/1/2017 | China |
| 1/1/2017 | Taiwan |
| 1/1/2017 | Japan |
| 1/1/2017 | Brazil |
| 1/2/2017 | Brazil |
| ... | ... |
| 12/31/2017 | USA |
| 12/31/2017 | Brazil |
| 12/31/2017 | Japan |
This will make me unable to use the table since both columns have repeating values. I am unable to use a Holiday Flag column too since I'm working with holiday listings of more than 1 country.
Anonymous
9 years agoNot applicable
The date table will definately work because the Date Table is just every date possible. There is only 1 occurance of any given date in this table. Its something referred to as a Date Dimension Table. The dates repeating in your existing tables is fine.