I have a formula which tells me the number of days between 2 dates and it works fine.
supplierTurnaroundTime=datetime\diff(dateReturnedF romSupplier,dateSentToSupplier, 'days');
What I need is a way of removing weekends so that it gives back working days only. is this possible?
supplierTurnaroundTime=datetime\diff(dateReturnedF romSupplier,dateSentToSupplier, 'days');
What I need is a way of removing weekends so that it gives back working days only. is this possible?