I have a working formula (below) that works well, but includes weekends in the return. I am finding a date in a range, and then adding Duration per products X #products. How do I get it to work with weekdays only?
=MAX(COLLECT(Assigned:Assigned, Priority:Priority, "HP 1")) + (MIN(COLLECT([product counts]:[product counts], [review status]:[review status], <>"Review Complete", BPM:BPM, "1", [Priority Level]:[Priority Level], "HP 1")) * [Days per Product]#)