I have three potential approval date columns. How do I calculate the true overdue time in days?
My current formula doesn't account for approval dates 1, 2, or 3 being populated to signal completion...
=IF([Due Date]@row <= TODAY(), NETWORKDAYS([Due Date]@row, TODAY()) - 1, "")