DateDiff to only calculate number of work days

Hi Brian,

Datesbetween for my situation which has no dates till job is complete, will not work because of the below. Cheer E

If StartDate is a blank date value, then StartDate will be the earliest value in the dates column.

If EndDate is a blank date value, then EndDate will be the latest value in the dates column.

The dates used as the StartDate and EndDate are inclusive: that is, if the sales occurred on September 1 and you use September 1 as the start date, sales on September 1 are counted.

If StartDate is larger than EndDate, the result is an empty table.