I hav the following formula....
=IF(ISBLANK(F2),$U$1-D2,F2-D2)
Where U1 = TODAY()
D2 is the date submitted
F2 is the date returned

I want to be able to calculate the days between the dates where weekends and holidays are excluded (JUST BUSINESS DAYS)