I am tracking how many days an order is late. The formula I am using is =IF(H4=0," ",H4-G4). That translate to =IF("Date Received"=0," ","Date Received"-"Date Wanted". Can I make it to where it only counts business days? We are open Monday through Thursday. [TABLE="width: 500"]
<tbody>[TR]
[TD]Date Wanted [/TD]
[TD]Date Received[/TD]
[TD]Days Early/Late[/TD]
[/TR]
[TR]
[TD]3/24/2014[/TD]
[TD]3/31/2014[/TD]
[TD]7 [/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD]Date Wanted [/TD]
[TD]Date Received[/TD]
[TD]Days Early/Late[/TD]
[/TR]
[TR]
[TD]3/24/2014[/TD]
[TD]3/31/2014[/TD]
[TD]7 [/TD]
[/TR]
</tbody>[/TABLE]