I have this formula which gives me the total # of days to complete a construction interval,
=IF(NOT(ISBLANK([Construction in Progress Date]@row)), ([Into Pending Lateral Date]@row - [Construction in Progress Date]@row))
How can I convert this to business/work days total?