I am new to smartsheet and I am looking for some guidance:
I want to calculate the delivery variance between the Due Date & Date Delivered. Both the columns are Column Types is Date
(I also tried with Text/Number, but doesn't help.)
The issue I have is that for any date that it is delivered on or after the due date, it is calculating an extra day. See below:
My Formula is:
=IF([Date Delivered]@row = "", "", NETWORKDAYS([Due Date]@row, [Date Delivered]@row))
Thank you