I have an expression in a query: TurnarounddaysateDiff("d",[dateassgnd],[datecompleted]). This gives me the number of days between the dates but I need the number of days minus the weekends. I tried NETWORKDAYS(start_date,end_date) but that didn't work. Please help. Thanks in advance.

ateDiff("d",[dateassgnd],[datecompleted]). This gives me the number of days between the dates but I need the number of days minus the weekends. I tried NETWORKDAYS(start_date,end_date) but that didn't work. Please help. Thanks in advance.


