HI Smartsheet Help Team,
I use the following function to calculate the working days remaining.
=IF(ISERROR(NETWORKDAYS(TODAY(), [End Date]@row)), "", NETWORKDAYS(TODAY(), [End Date]@row))
However, I want to modify the function so that when it reaches the end date, it will become 0 because right now it becomes a negative figure.
Do you know how to change this function, please?
Thanks!