Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have my list of holidays as a column in an excel file, how do I call this table column as my holiday list inside of the Networkdays() formula?
You could use a $-sign expansion for it, like:
networkdays(Date1, Date2, '$(=concat(Holidays, chr(39) & ',' & chr(39)))')
- Marcus
May be look here:
I'm trying to use it within my load statement to get a NetWorkDays field
Here is what my holidays data looks like.
Take a look on the link provided from Sunny which applied the concat-logic within the script.
- Marcus