I have seen this question asked a lot and I cannot seem to find one clear answer about
"how to calculate business days only between two dates?"
The expression below will give me the total days but I am looking to exclude Saturday and Sunday.
=DateDiff("d",Parameters!STARTDATE.Value,Parameters!ENDDATE.Value)
I would appreciate specific help about how to accomplish this.
Thank you in advance.