I would like to add one more calculation to this
If the current time is before 4pm , add 1 day to the total number of working days left (so that it includes today) if not leave the total number of days as is.
I am nearly there, but could someone correct this line for me.
I am going to add one more field called "Timecutoff " which will be a calculated result
If (current time) <16.00 ; combinedRemainingWorkingDays +1 ; combinedRemainingWorkingDays
thanks