Hi,
I’m thinking of excluding bank holidays from netWorkDays() calculation. Is there any way to do this within calcualted field using for instance parameters containing bank holiday dates?
Thanks in advance for any inputs.
Hi,
I’m thinking of excluding bank holidays from netWorkDays() calculation. Is there any way to do this within calcualted field using for instance parameters containing bank holiday dates?
Thanks in advance for any inputs.
Hi @Rad,
maybe you can create caluldated fields “isWorkDay” and “isBankHoliday”, based on ifelse calculations.
BR
@ErikG let me try it, should do the job i guess.