KCarp0113you're getting the syntax error because the WORKDAY function doesn't exist in SharePoint, it is only for Excel. For part of your fomula it looks as though you want to get the number of working days between 2 dates. So you need to be using a combination of DATEDIF AND WEEKD...